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?