1
我有一個使用Firebase身份驗證(Facebook,Twitter,Gmail,電話,電子郵件)的Android應用程序。下面的步驟我都遵循INVALID_APP_CREDENTIAL:應用程序驗證失敗,Firebase身份驗證
- 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
應用程序是在調試環境中工作正常,但是當它確實取得了谷歌的一個beta版本播放。我收到以下錯誤:
對於手機驗證:「和內部錯誤發生[INVALID_APP_CREDENTIAL:應用程序驗證失敗」
對於Gmail驗證 「在吐司消息開發商錯誤」「發生未知錯誤「在吃零食。
請幫幫我,我嘗試了很多。我不知道我在這裏失去了什麼。
任何幫助表示讚賞。
可能重複的[Android的Firebase手機驗證無效\ _APP \ _CREDENTIAL:應用程序驗證失敗](https://stackoverflow.com/questions/44432204/android-firebase-phone-authentication-invalid-app- credentialapp驗證失效) – ishandutta2007