'Flutter Android Firebase PhoneAuth error: INVALID_APP_ID
I'm implementing phone OTP authentication in flutter using firebase. I managed to get it working on iOS, but on Android I get this error (when trying to send the OTP):
E/FirebaseAuth(15076): [GetAuthDomainTask] Error getting project config. Failed with INVALID_APP_ID 400
E/zzf (15076): Failed to get reCAPTCHA token with error [An internal error has occurred. [ INVALID_APP_ID ]]- calling backend without app verification
E/FirebaseAuth(15076): [SmsRetrieverHelper] SMS verification code request failed: unknown status code: 17093 null
On iOS everything works fine, I can proceed to enter captcha and after that the SMS is sent to the device. But Android version seems to not pass some security checks.
I've tried entering the SHA1 and SHA256 to the Firebase Console and enabling Device Verification API in Google Cloud, but it doesn't help.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
