Firebase authentication not working in Android 11+

Firebase phone and google sign in not working after editing manifest in Android 11+
In other android version it is working fine without editing manifest.

1 Like

Hey! after editing manifest, firebase google and phone authentication not working.

Hey! after editing manifest, firebase authentication not working.

I had the same problem trying to access my app with Google, I had to change the access mode to email and it worked again.

So now firebase auth no longer be working?

I keep getting login authentications from Firebase via email, but when I try to use Google, it doesn’t connect to the app.

I don’t know if what caused this was the change in the manifest, but I solved it by changing the access mode to avoid more problems.