On Thu, Jun 9, 2016 at 8:19 AM, Erik Jan de Wit <edewit@redhat.com> wrote:

I am now actually wondering, where to put the google-service.json file on Cordova (no I am not updating our plugin), but I have no clue what is matching the native 'app' folder in Crodova land, is it WWW foldeR? 


hrm...
 

There is no native folder on a cordova project, but we can put something in the plugin.xml that will install / copy it into the native project:

<resource-file src="src/android/google-services.json" target="google-services.json" />

ah! that could work
 

Don't know what the content is of this file seems the https://github.com/jboss-mobile/unified-push-helloworld/pull/31 demo doesn't have this google-services.json

yes, that's correct. It's up to the developer to actually put the file into that "/app" folder. 

Would this work on Cordova too ? 
 


--
Cheers,
       Erik Jan

_______________________________________________
aerogear-dev mailing list
aerogear-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/aerogear-dev



--