I have implemented google login in my app, it works fine in debug apk, as debug SHA1 is stored in firebase.
I cant login using google in my signed apk, error says "statusCode=DEVELOPER_ERROR"
i did a little digging on it and found that release sha needs to be added to firebase console
I tried adding release sha1 to firebase console, but it is not allowing me to add it, error says:"Your operation was forbidden"
Without release sha,google login won't work.
What is the way around it?