I have an android app which uses firebase authentication (Facebook,Twitter,Gmail,Phone,Email). The following steps I have followed
- Enabled all the authentication's in firebase console
- Added the app debug and release "SHA-1" & "SHA-256" values in firebase project settings
- Downloaded the latest google-services.json
- Built the app using release config
The app is working fine in the debug environment, but when it does made a beta release in the google play. I get the following error:
For Phone Auth: "And Internal error has occured.[INVALID_APP_CREDENTIAL:App validation failed"
For Gmail Auth "Developer error in toast message" "An Unknown error occurred" in snacker.
Please help me, I tried a lot. I don't know what i am missing here.
Any help is appreciated.