ibm-bluemix-mobile-services/bms-push-react-native

what does "Add your bundle Id and com.ibm.mobilefirstplatform.clientsdk.android.push" means?

Closed this issue · 3 comments

Hi. I'm trying to use this library for my react-native project.

In the README.md, there is three steps for Android FCM.
image

Number 2 and 3 are similar as firebase-messaging but number 1 has "Add your bundle Id and com.ibm.mobilefirstplatform.clientsdk.android.push"

Is it means make firebase project named my bundle id like ex) com.myapp.someapp and com.ibm.mobilefirstplatform.clientsdk.android.push both?

Or just add com.ibm.mobilefirstplatform.clientsdk.android.push to dependencies in android/build.gradle ?

Thank you for reading. Have a nice day!

@solidw Hi, add your app bundleId and com.ibm.mobilefirstplatform.clientsdk.android.push inside your Firebase project .

Screenshot 2020-08-04 at 11 00 41 AM

Thank you for helping!

I'll notice is it working or not after add app named com.ibm.mobilefirestplatform.clientsdk.android.push and My app bundleID

It works. Thank you :)