[Firebase Auth]: [firebase_auth/unknown] An internal error has occurred. [ BILLING_NOT_ENABLED ]
I’ve completed implementing Firebase Auth with phone verification .
It has no problems until this error shows up.
OTP SMS verification code request failed: unknown status code: 17499 BILLING_NOT_ENABLED [duplicate]
[SmsRetrieverHelper] SMS verification code request failed: unknown status code: 17499 BILLING_NOT_ENABLED
SMS verification code request failed: unknown status code: 17499 BILLING_NOT_ENABLED
I have implemented Firebase authentication in my android application. I want to implement Authentication with OTP verification but when I try to authenticate with OTP it won’t send OTP. Instead of OTP I get an error:
How to prevent changing Firebase User ID?
It seems to me that Firebase User ID must stable for the same device and the same application. I can not understand why User ID changing.
How to prevent changing Firebase User ID?
It seems to me that Firebase User ID must stable for the same device and the same application. I can not understand why User ID changing.
Firebase signout not work as expected. Android
When I log out of the account and log in to another account, I log in to the previous account. When I log out, close and open the application, I can log in to another account properly. There is automatic login in the application. The interesting thing is that when I open and close the application when it logs into the wrong account, it logs into the correct account.
FirebaseAuth throws FirebaseAuthRecentLoginRequiredException for anonymous user
When I try to delete anonymous user by calling
sendPasswordResetEmail is sending email even if the user does not exist
How to check if the email address exists or not and only if exists than send the email. In this moment an email is sent even if the entered email address is not assigned to a registered account (task.isSuccessful() return always true).