chemerisuk / cordova-plugin-firebase-authentication

Cordova plugin for Firebase Authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to monitor token lifecycle

ankitjainOfficial opened this issue · comments

Hello,

My app gets logged off every hour, because Firebase token are short lived tokens.

How can I monitor token refresh like, this example: https://firebase.google.com/docs/cloud-messaging/android/client#monitor-token-generation

I think firebase supports it.

https://ionicframework.com/docs/native/firebase -> onTokenRefresh() fn

Any help would be appreciated. Thanks.