ibm-bluemix-mobile-services / bms-clientsdk-android-push

Android Push notifications SDK for IBM Cloud Mobile Services
Apache License 2.0
10 stars 12 forks source link

Multiple sender support ? #83

Closed nsteinmetz closed 6 years ago

nsteinmetz commented 6 years ago

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

nsteinmetz commented 6 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,..."
  }
}
AnanthaKrish commented 6 years ago

@nsteinmetz Hi, We only answered it.. couldn't update it here. Thanks for adding the reply here.