Replies: 1 comment
-
Good question. No, this isn't currently supported by the library, unfortunately, though I welcome suggestions on supporting it. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks,
I have an app that I have successfully used next-firebase-auth to auth. However, when I try to optimize the experience further, I am running into some challenges and want to ask for advices:
withAuthUser
to _app.js. This way, most people could useAuthUser
from the context.whenUnauthedBeforeInit
so that the user can see the loader (or no loader). One simple way to do that is simply addwithAuthUser
to that page.My question:
withAuthUser
on both_app.js
and the actual page?withAuthUser
in_app.js
?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions