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
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…