I am new to Ionic framework version1 and working on an ionic app.
I am trying to make push notifications work through FCM(Firebase Cloud Messaging), with cordova-plugin-fcm-with-dependecy-updated plugin in ionic.
When I run ionic cordova build android, it gives build failure error:
I am sharing it because if anyone has the same problem,
Please check the widget id in config.xml and package_name in google-services.json are the same.
I am trying to make push notifications work through FCM(Firebase Cloud Messaging), with cordova-plugin-fcm-with-dependecy-updated plugin in ionic.
When I run ionic cordova build android, it gives build failure error:
Execution failed for task ':app:processDebugGoogleServices'.
> No matching client found for package name 'io.ionic.starter'
I am sharing it because if anyone has the same problem,
Please check the widget id in config.xml and package_name in google-services.json are the same.
Comments
Post a Comment