Android Question Firebase : i can not connect to firebase

smaill shahriari

New Member
Hi
The following message will be displayed during project execution
onAuthStateChanged: com.google.firebase.auth.internal.zzj@e028682
And it stays that way for a few seconds and leaves the program
 

Attachments

  • app2.zip
    44 KB · Views: 128
  • Untitled.png
    Untitled.png
    7.4 KB · Views: 121

Xicu

Active Member
Licensed User
Longtime User
There must be an error message in the logs when the app crashes. Sometimes it will appear in the unfiltered logs.
Uncheck the filter check that appears under the logs list. Among all the information, you will find the error.

This happened after I updated the sdk
You can send me Firebis and Android SDK compatible

Something similar happened to me recently on my laptop when updating the sdk. On my other computer (without updating) it worked correctly. I solved it by following the instructions in this @Erel post
 
Last edited:
Upvote 0
Top