scsjc Well-Known Member Licensed User Longtime User Dec 6, 2021 #1 I use FirebaseAuth to authenticate users : https://www.b4x.com/android/forum/threads/firebaseauth-authenticate-your-users.67875/ Some user cannot enter because he does not have the android clock in time. can i check the event..... firebaseAuthWithGoogle success: (false / true) ..... and receive an error description Sample log: Thanks
I use FirebaseAuth to authenticate users : https://www.b4x.com/android/forum/threads/firebaseauth-authenticate-your-users.67875/ Some user cannot enter because he does not have the android clock in time. can i check the event..... firebaseAuthWithGoogle success: (false / true) ..... and receive an error description Sample log: Thanks
Erel B4X founder Staff member Licensed User Longtime User Dec 6, 2021 #2 Are you handling the SignError (Error As Exception) event? Upvote 0
scsjc Well-Known Member Licensed User Longtime User Dec 6, 2021 #3 Erel said: Are you handling the SignError (Error As Exception) event? Click to expand... I had not seen the update and the new SingError event, thank you very much I will try and it sure works great. Upvote 0
Erel said: Are you handling the SignError (Error As Exception) event? Click to expand... I had not seen the update and the new SingError event, thank you very much I will try and it sure works great.