redadalertas-api icon indicating copy to clipboard operation
redadalertas-api copied to clipboard

Notifications: Add Firebase ID storage

Open arghgr opened this issue 5 years ago • 0 comments

In order to send push notifications via Firebase, we need to store a randomized ID for each device that approves our request to send them push notifications. We can store these IDs either in Firebase itself or on our own server. We're going to do the latter (storage on the server), which is the typical way to do this, and would also be faster because we wouldn't have to fetch all the IDs from Firebase before sending the push notification.

arghgr avatar May 30 '19 02:05 arghgr