@pedrocam thanks for your kind answer. It works now !!!!
My mistakes?
1) B4A's package name was not equal to Firebase's package name. Sorry for this one !!!!
2) I hadn't specified a fingerprint value ( in Firebase ) for my application. I ran
keytool in my PC ( the keystore folder was under "
C:\Program Files\Anywhere Software\Basic4android" ) in order to obtain the fingerprint value
After fixing the issues above, i downloaded the JSON file and I can put this app to work with Google authentication !!!!
Now, when i'm trying to authenticate with a facebook account, i'm obtaining this screen:
which -in a few words- means : "you must log in first" (?????)
I dunno if this is an error. But i suppose i must be asked for my user/password.
Log contents ( signing in with facebook ):
** Activity (main) Create, isFirst = false **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = false **
sending message to waiting queue (OnActivityResult)
running waiting messages (1)
Facebook - ResultArrived: Intent { (has extras) }
Facebook cancel
** Activity (main) Resume **
Thanx in advance, and best regards !!!!
EDIT
keytool -exportcert -alias androiddebugkey -keystore "C:\Program Files\Anywhere Software\Basic4android\debug.keystore" | openssl sha1 -binary | openssl base64
Finally, i regenerated ( just in case ) the JSON file, cleaned the project and now I am asked for Facebook's credentials:
I hope it be helpful for someone.
Regards,