2

I am creating mobile app with google sign in feature where firebase authentication as a back end. When I am trying I am getting below error "Access blocked: Project-XXXXXXXXX7 has not completed the google verification process".

Front end : React native Backend: Firebase, google authentication enter image description here

Creating Mobile app using React Native and Firebase as a backend.

Mahee19
  • 21
  • 4

2 Answers2

2

Not sure if this applies directly to your situation, but if you're still in the testing phase, you might want to try adding yourself to the list of "test" users in the OAuth consent screen (see image). Just enter your google email address. This worked for me.

enter image description here

Dgomn D
  • 71
  • 4
0

You may be following this answer, but it seems that before you get a workable client ID you should have your app reviewed.

Lerner Zhang
  • 6,184
  • 2
  • 49
  • 66