What if there is no verification?
but I can load data first after logn (before reopen app)
What happens when you do this in your phone?
same
Can you share your project in a DM. I’m imagining you have a block combo that is clearing the users state OR there is some kind of potential bug.
The Firebase SDK actually refreshes the users login automatically and should stay logged in until logged out or the app is fully closed.
So, closing the app and coming back to it on the computer should log the user out. But minimizing an app on your phone should allow you to come back and still be logged in.
The Sign In
component provide the developer with the UserID
and in the same time it provides the native code with the token
. When you reload the page, the token
is not available anymore but the UserID
is available because you are saving it is a stored variable
but now without a token.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.