phonegap-plugin-push

Phonegap Build - Error Plugin with id 'com.google.gms.google-services' not found

眉间皱痕 提交于 2019-12-25 00:21:31
问题 My build got failed if i include both push notification and google plus plugin. I am building the app using Phonegap Build. I have included push plugin as well as google plus plugin. There is a conflict between both plugins. Here is my config xml: <plugin name="cordova-android-play-services-gradle-release"/> <plugin name="cordova-plugin-googleplus" spec="5.2.1"> <param name="REVERSED_CLIENT_ID" value="com.googleusercontent.apps.2445455956-8dfgs87asd5asd4a5sdasd4j"/> <param name="PLAY_SERVICES

Ionic phonegap-plugin-push is not working for web

怎甘沉沦 提交于 2019-12-10 22:28:29
问题 How do I add my Web API key for Google Firebase? in my ionic app for web platform** explanation -: 1. I am working on ionic App where I am trying to integrate it with PUSH (https://ionicframework.com/docs/native/push/) using firebase I have followed all the steps from https://ionicframework.com/docs/native/push/ Problem : Push notification is not working for web platform for ios and android it is working . I am putting the code below : ts file -: import { Push, PushObject, PushOptions } from