Firebase Android: An internal error has occurred. [ OPERATION_NOT_ALLOWED ]

后端 未结 7 1538
谎友^
谎友^ 2021-01-04 00:32

Signing in via Google in my application gives this error:

An internal error has occurred. [ OPERATION_NOT_ALLOWED ]

I have enabl

7条回答
  •  旧巷少年郎
    2021-01-04 00:36

    I had the same problem. I got the solution in the forum post [Google Auth] com.google.firebase.FirebaseException: An internal error has occurred.

    This happened to me when I did not have the authentication method enabled in the console Firebase. When I enabled Google authentication, I got the same exception, just without [OPERATION_NOT_ALLOWED].

提交回复
热议问题