nhorvath / Pyrebase4

A simple python wrapper for the Firebase API. ⛺
248 stars 61 forks source link

How to revoke a refreshToken ? #30

Open kleysonr opened 3 years ago

kleysonr commented 3 years ago

Is it possible somehow revoke a refreshToken like this https://firebase.google.com/docs/auth/admin/manage-sessions#revoke_refresh_tokens ?

nhorvath commented 3 years ago

no and google doen't provide web api documenting how to do so.

AngelPestana commented 1 year ago

@nhorvath tengo una duda, hay algunar forma de guardar el token devuelto por el firebase, estoy haciendo una aplicacion django con firebase y necesito tener en todo momento el token dependiendo de quien accedio.