Android Question i'm confused with firebase auth

when i click on sign in button google signin page appears but when i tap on user nothing happens
i'm not sure about my client id and secret key. i downloaded my project json file from firebase but there is few client id's and there's no secret key.
i tried all combinations of those but still nothing

i put those here but i'm not sure about that if there is a right place
1.png


and there is a secret key and i'm not sure about that too
2.png
 

DonManfred

Expert
Licensed User
Longtime User
i put those here but i'm not sure about that if there is a right place

Start with enabling one or more Authentification providers

fbauth014.png


fbauth015.png


i'm not sure about my client id and secret key
i guess you need to decribe more clearly what exactly you are trying to archieve?

For FirebaseAuthentification you do not need a client id and a secret. This is only needed if you access a api using REST. You need the client id and secret for the OAuth2 flow.
 
Upvote 0
i just want my users be able to login with their google accounts.i already did whatever is in erel's tutorial,added manifest, paste the code snipet.
when i tap on google signin button in my app google login page with accounts on my phone appears but when i tap on one of them nothing happens. i expect a toast message give the user email but nothing happens.
i think something is wrong in my firebase configuration.
 

Attachments

  • log.txt
    30.9 KB · Views: 76
Last edited:
Upvote 0
Top