Hello All,
This one seems a little strange. I have an app where the server can send status updates about a specific item to a specific device. I am storing Firebase tokens and using them in the 'to' data field as documented by Firebase. This works well until I test the scenario of sending multiple updates within, say, 10-15 seconds of each other. To my mind, this is perfectly valid scenario. The client can have multiple items listed in which it is interested in receiving status updates for (say stock quotes). Why would firebase limit pushing out updates?
The response I receive from Firebase is below:
'The request was missing an Authentification Key (FCM Token)'
Why does this happen? Can anyone shed some light on this please? My device is Nexus 5X running 7.1. Do note that subsequent calls, after about a minute or so will succeed in sending the update through push.
Thanks,
Haris
This one seems a little strange. I have an app where the server can send status updates about a specific item to a specific device. I am storing Firebase tokens and using them in the 'to' data field as documented by Firebase. This works well until I test the scenario of sending multiple updates within, say, 10-15 seconds of each other. To my mind, this is perfectly valid scenario. The client can have multiple items listed in which it is interested in receiving status updates for (say stock quotes). Why would firebase limit pushing out updates?
The response I receive from Firebase is below:
'The request was missing an Authentification Key (FCM Token)'
Why does this happen? Can anyone shed some light on this please? My device is Nexus 5X running 7.1. Do note that subsequent calls, after about a minute or so will succeed in sending the update through push.
Thanks,
Haris