Android Question wait for FirebaseAuth SignInWithGoogle

DonManfred

Expert
Licensed User
Longtime User
The Activity is resumed after Login.

Something like

B4X:
if auth1.CurrentUser.IsInitialized then
end if
 
Upvote 0

Robert Valentino

Well-Known Member
Licensed User
Longtime User
Using B4XPages (not that I think that matters)

So are you saying I should do something like:
B4X:
FirebaseAuth.SignInWithGoogle

do  while FirebaseAuth.CurrentUser.IsInitialized = false then
       Sleep(25)
loop
 
Upvote 0
Top