Android version getting FORBIDDEN while publishing message
Hello team,
i am running this plugin in Android device 8.0 and i configure all steps as per given document and i run application in android every time i get error message like Publish Failed : FORBIDDEN
help me for above issue
@harshalkd make sure you have your api key in the correct part of the AndroidManifest.xml (i had this issue and found i had put it in the <mainifest> element instead of the <application> element)
Same issue on Android 9 and 10. Can't publish a message...
OK, in my case, it's because I did not set the right keystore SHA1 in the firebase console > API key settings. I did not notice that latest react native cli generates a debug.keystore in the android/app folder and I was wrongly using the SHA1 of the default system debug.keystore.