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

IBM Cloud Mobile Services - Client SDK React Native for Push service
Apache License 2.0
2 stars 2 forks source link

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

Closed solidw closed 4 years ago

solidw commented 4 years ago

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!

AnanthaKrish commented 4 years ago

@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
solidw commented 4 years ago

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

solidw commented 4 years ago

It works. Thank you :)