Firebase “getIdToken(true)” in Java Backend
I’m posting in reference to this question.
I have this exact same issue and I haven’t found a way around it.
We have a custom token created with additional claims, and when we need to perform a change on these claims the user needs to sign out and then sign in again for the claims to be impacted. The token does not change as long as the session is alive.
How can we go about this?
Firebase “getIdToken(true)” in Java Backend
I’m posting in reference to this question.
I have this exact same issue and I haven’t found a way around it.
We have a custom token created with additional claims, and when we need to perform a change on these claims the user needs to sign out and then sign in again for the claims to be impacted. The token does not change as long as the session is alive.
How can we go about this?