feat(ccm): replace plugin source (#2601)

This commit is contained in:
Moshe 2018-07-18 15:50:16 -04:00 committed by Daniel Sogl
parent e640983340
commit b581a5b2b6

View File

@ -55,9 +55,9 @@ export interface NotificationData {
*/ */
@Plugin({ @Plugin({
pluginName: 'FCM', pluginName: 'FCM',
plugin: 'cordova-plugin-fcm', plugin: 'cordova-plugin-fcm-with-dependecy-updated',
pluginRef: 'FCMPlugin', pluginRef: 'FCMPlugin',
repo: 'https://github.com/fechanique/cordova-plugin-fcm', repo: 'https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated',
platforms: ['Android', 'iOS'] platforms: ['Android', 'iOS']
}) })
@Injectable() @Injectable()