quickstart-js
quickstart-js copied to clipboard
How to detect FCM instance id refresh in chrome extension?
In my chrome extension, Where should I register my messaging.onTokenRefresh listener to detect user instance ID changes?
If I register it in the background.js, so it calls every time a user's token refresh?
That's a great question. I'm not sure, but background.js sounds right to me. @kroikie do you know?
any info regarding this after long time :) @mehran-prs @jhuleatt ?