Android Question FirebaseAuth

LordZenzo

Well-Known Member
Licensed User
Longtime User
I'm updating an app to get authentication via google
although I don't get errors the authentication fails
when FirebaseAuth initializes, I get no sign-in
the log says this
ResultArrived Error: Status {statusCode = DEVELOPER_ERROR, resolution = null}, null



(google traslator)
 

LordZenzo

Well-Known Member
Licensed User
Longtime User
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
how many "parts" have your packagename? Please post your packagename.

There are issues with packagenames only having 1 dot inside (at least in the past there was such a problem).

Trys to recreate the project in firebase console and download the new json.
 
Upvote 0

LordZenzo

Well-Known Member
Licensed User
Longtime User
how many "parts" have your packagename? Please post your packagename.

There are issues with packagenames only having 1 dot inside (at least in the past there was such a problem).

Trys to recreate the project in firebase console and download the new json.

the name has two points com.gilo.ninrace
I try to recreate the json
in addition the tutorial proposed by erel is a few years ago and the example in the first post does not use the new libraries
 
Last edited:
Upvote 0

LordZenzo

Well-Known Member
Licensed User
Longtime User
Risolto
un singolo valore nella chiave SHA1 era scritto male
Resolved
a single value in the SHA1 key was spelled wrong

java.lang.ClassNotFoundException: android.support.v7.app.AppCompatViewInflater

have you jetified all libraries? <- Asuming you are using B4A 9.5 and the AndroidX SDK

yes I have
 
Upvote 0
Top