Android Question wait for FirebaseAuth SignInWithGoogle

Robert Valentino

Well-Known Member
Licensed User
Longtime User
is it possible to wait for and if so what do we wait on?
B4X:
FirebaseAuth.SignInWithGoogle
 

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