NewcastleRSE / dolfin-flutter

The Flutter-based app for the Dolfin Project
0 stars 0 forks source link

Multiple users for device changes #93

Closed markdturner closed 1 year ago

markdturner commented 2 years ago

Test what happens if both parents sign in using a shared account

KateCourt commented 2 years ago

@markdturner the Firebase cloud messaging token gets updated with each new device log in, so whoever opened the app most recently would get the notification. We could send to all tokens associated with an account, in theory I don't see why this wouldn't work, we'd just have to think through any implications on how many notifications we'd be sending.