cloudendpoints / endpoints-python

A Python framework for building RESTful APIs on Google App Engine
Apache License 2.0
51 stars 17 forks source link

Can't get Firebase user id #153

Open magoarcano opened 6 years ago

magoarcano commented 6 years ago

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?