Hello very good people,
my question is simple maybe a bit silly since I'm still on the contious lost curve on b4xpages...
so, how to share data among pages?
in page 3 - I make the firebase auth procedure
in page 2 - I want to check if user is authenticated. if not - show page 3 to authenticate.
I declared 'auth' as firebase auth in page 3 since the working procedure is in that page.
how to make the auth check in page 2 ?
TIA
?
my question is simple maybe a bit silly since I'm still on the contious lost curve on b4xpages...
so, how to share data among pages?
in page 3 - I make the firebase auth procedure
in page 2 - I want to check if user is authenticated. if not - show page 3 to authenticate.
I declared 'auth' as firebase auth in page 3 since the working procedure is in that page.
how to make the auth check in page 2 ?
B4X:
If auth.CurrentUser.IsInitialized Then ....
TIA
?