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
and there is a secret key and i'm not sure about that too
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.
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.