Replies: 3 comments 3 replies
-
Maybe there is a problem here. https://github.com/gladly-team/next-firebase-auth/blob/main/src/withAuthUser.js#L58-L61 |
Beta Was this translation helpful? Give feedback.
0 replies
-
You need to call This will refresh the instance and fetch latest claims. |
Beta Was this translation helpful? Give feedback.
3 replies
-
What I want to do is to change the claims of all members except myself.
If I put the above in, won't I have to do it every time when rendering? |
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
-
Describe the bug
After changing claims, user's claims are not updated
Version
v0.13.1-alpha.3
To Reproduce
Expected behavior
I want the frontend useAuthUser claims to be updated after calling
setCustomUserClaims
on the server side (like firebase functions).Additional context
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions