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
{{ message }}
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
I use Firebase Auth for authentication, but I can't get the user id.
endpoints.get_current_user().user_id() should give firebase user id. It shows None.
If not using that function, how can I easily get the Firebase user_id from the token?