EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 444 forks source link

Add revoke auth token #1525

Closed dosomder closed 4 years ago

dosomder commented 4 years ago

The firebase api allows to revoke tokens for a specific user. Could you add this? See link: https://firebase.google.com/docs/auth/admin/manage-sessions#revoke_refresh_tokens

EddyVerbruggen commented 4 years ago

You linked to the admin SDK. Is there something similar for iOS and Android in the docs?

dosomder commented 4 years ago

Ah sorry, doesn't seem to have anything for iOS and Android. So revoking needs to be done from the server.

EddyVerbruggen commented 4 years ago

No worries, thanks for checking!