Replies: 1 comment
-
My recommendation is to create your own higher-order component that's wrapped by The Please let me know how this goes. This is a kind of customization for which we could definitely use better documentation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have an app that requires every client to at least be anonymously signed in. When I use REDIRECT_TO_APP on the login page like the code below, seems like next-firebase-auth always considers anonymous users to be signed in.
Is there a way to treat anonymous users as logged out? Thanks
Beta Was this translation helpful? Give feedback.
All reactions