Closed solidw closed 4 years ago
@solidw Hi, add your app bundleId and com.ibm.mobilefirstplatform.clientsdk.android.push
inside your Firebase project .
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 :)
Hi. I'm trying to use this library for my react-native project.
In the README.md, there is three steps for Android FCM.
Number 2 and 3 are similar as firebase-messaging but number 1 has "Add your
bundle Id
andcom.ibm.mobilefirstplatform.clientsdk.android.push
"Is it means make firebase project named my bundle id like
ex) com.myapp.someapp
andcom.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!