-
Question on redirects for auth vs. unauth users. Currently, I trigger a session check on |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
The way I do this is to initialize my auth provider in |
Beta Was this translation helpful? Give feedback.
-
You could also take advantage of the new navigator builder feature to show a splash screen before even showing the navigator, although you'll still need to use that in conjunction with a |
Beta Was this translation helpful? Give feedback.
-
excellent news |
Beta Was this translation helpful? Give feedback.
The way I do this is to initialize my auth provider in
main
before callingrunApp
. However, you can also do this with a refreshListenable that starts at a startup screen before the logged in state is known.