| Steps to Reproduce: |
* Create a new project Hello World * Add the both plugins 1. Clone the project locally 2. Add the platform in this case, for example for Android, via the command "$cordova platform add android --save" 3. Add the plugins with the following commands.
{code:java} $cordova plugin add cordova-plugin-firebase@0.1.25 --save $cordova plugin add https://github.com/aerogear/aerogear-pushplugin-cordova.git --save
{code}
4. Commit the changes ( $git add ., $git commit -m "msg", $git push) 5. Go to the Editor Tab in the studio inside of this client application and check if the changes are available. You can use the button "git pull" to force it.
* Add the file /www/google-services.json in the project
PS.: The guide about how to generate the "/www/google-services.json" is [https://aerogear.org/docs/unifiedpush/aerogear-push-android/guides/#google-setup |https://aerogear.org/docs/unifiedpush/aerogear-push-android/guides/#google-setup]
|