sdb1228 / SoccerLCScrapers

Scrapers written in JS for Soccerlc
0 stars 0 forks source link

FCM token life cycle management #31

Open JoelHough opened 7 years ago

JoelHough commented 7 years ago

I'm pretty sure we have to handle tokens changing. We should do that. It'll mostly be around the FCM send call in the notifier. It returns certain errors that mean we should delete our token and sometimes gives extra status on success with a new token that we should store.