To know if you are really getting data you should put the values in a label to see if you receive the data…
But why do you store that data in TinyDB? To use it offline? Because if you do it online, you don’t need to. FirebaseAuth has a block to get the current user who is logged in. When you start any other screen (if you are already logged in) you just have to get the current user:
Actually There’s a problem for live testing I have set the values of lable in properties that’s why they where showing the name and email today i checked then i got.
It means there is a big problem I am not able to get any information from the authentication.
But i have checked everything
Uploaded json File.
Registered SHA-1 in Firebase
Infact i am able to sign in on first page then why am i not getting the Information?