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
@Kostanos if you're using Firebase Auth on the client, most likely you want to authenticate the user with a Cloudflare Worker script using ID Token (docs):
Hey, thank you for this library, it is very useful for Cloudflare Workers.
Question, is there a way to get the idToken having user's accessToken?
What I'm trying to accomplish, is to validate the authenticated user's request with Firebase to get user's information and authorize an action.
The text was updated successfully, but these errors were encountered: