You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks a ton for this example. I'm trying to do this myself.
My app differs a little from yours but this gave me lots of great insight.
What I'm wondering is how you verify that the stored token is valid/not expired. In v1 of your example, you had verifyIdToken and the firebase admin SDK. Here, you don't.
I'm using the token for axios requests immediately so I would like to verify it's valid before.
The text was updated successfully, but these errors were encountered:
Thanks a ton for this example. I'm trying to do this myself.
My app differs a little from yours but this gave me lots of great insight.
What I'm wondering is how you verify that the stored token is valid/not expired. In v1 of your example, you had
verifyIdToken
and the firebase admin SDK. Here, you don't.I'm using the token for axios requests immediately so I would like to verify it's valid before.
The text was updated successfully, but these errors were encountered: