-
Auth doesn't seem to have a way to wait specifically until the previous saved auth is loaded. I have a loading screen in my app, which checks if other stuff have been loaded. How can I do it? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
In, https://rnfirebase.io/auth/usage, it shows an example that initializing is false until first onAuthChangedCb. Does it always fire after set, even if no persistent auth is found? |
Beta Was this translation helpful? Give feedback.
-
Update: Yes, the callback is called even if no auth is stored on startup, with |
Beta Was this translation helpful? Give feedback.
Update: Yes, the callback is called even if no auth is stored on startup, with
null
.