Hi All, I need your help please
I'm using PhoneGap Build (cli 6.4) + phonegap-plugin-push 1.9.2.
What can I do?
Best Regards, Giorgio
PS. this is my notification javascript:
push.on('notification', function(data) {
localStorage.setItem('msg', data.message);
navigator.notification.alert(
data.message, // message
null, // callback
data.title, // title
'Ok' // buttonName
);
Hello ruscox3@libero.it
I think you are the only person so far who successfully managed to install firebase with phonegap build.
Are you using
<gap:plugin name="cordova-plugin-firebase-analytics" source="npm" />
<gap:plugin name="cordova-plugin-firebase-hooks" source="npm" />
? or something else ?
Thanks