Android Question Firebase Facebook Auth

gregorio_adrian_gimenez

Active Member
Licensed User
Longtime User
Hi, I set up Facebook Auth according to the instructions.
When I execute the code, facebook makes the start successfully.
But, Firebase does not receive any news.
The id APP and Key secret are correct in Firebase.
Can someone give me an idea of what can happen?

create the hash according to what was defined by EREL



Log debug

** Activity (main) Pause, UserClosed = false **
sending message to waiting queue (OnActivityResult)
running waiting messages (1)
Facebook - ResultArrived: Intent { (has extras) }
Facebook success: com.facebook.login.LoginResult@368538ef
** Activity (main) Resume **


The only thing I see strange in facebook developers, is that I do not recognize the name of the app, although it is also registered in playstore.
 
Top