Android Question FirebaseAuthEx

JMB

Active Member
Licensed User
Longtime User
Hi there

I am trying to use the FirebaseAuthEx library with the simplest code...

B4X:
authex.Initialize("authex")
authex.SignInWithEmailAndPassword(user, pw)
Log(authex.CurrentUser.DisplayName)

I get an error consistent with a nul object which I would expect for an incorrect user and pw, but the values of user and pw are correct and I can't figure out why authex is not working.

Any clues gratefully received.

JB
 

DonManfred

Expert
Licensed User
Longtime User
use FirebaseAuth instead of this
I do not have the source anymore. So i can not fix it.

I suggest to use Firebaseauth instead
 
Upvote 0
Top