You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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)
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.
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
The text was updated successfully, but these errors were encountered: