Closed nsteinmetz closed 7 years ago
Answer from Bluemix support team:
In our sample app we are able to use multiple senderID’s and retrieve appropriate tokens. In the google-services.json file you must specify all the firebase project’s numbers. It should be like this,
{
"project_info": {
"project_number": "projectid1,projectid2,projectid3,..."
}
}
@nsteinmetz Hi, We only answered it.. couldn't update it here. Thanks for adding the reply here.
Hi
In our app, we need Push Notifications at 2 levels:
Once we implemented Push notifications with Bluemix, we noticed some weird behaviours.
We assume that our partner SDK registers with its own SenderID and we know it uses the Amazon SNS system for push notification.
We have the feeling that the bmx sdk does not support multiple senders, as described in FCM docs.
We guess the process is somehow:
Do you confirm our feeling ?
Thanks, Nicolas