Skip to content

Commit

Permalink
feat(ccm): replace plugin source (#2601)
Browse files Browse the repository at this point in the history
  • Loading branch information
moshejs authored and danielsogl committed Jul 18, 2018
1 parent e640983 commit b581a5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/@ionic-native/plugins/fcm/index.ts
Expand Up @@ -55,9 +55,9 @@ export interface NotificationData {
*/
@Plugin({
pluginName: 'FCM',
plugin: 'cordova-plugin-fcm',
plugin: 'cordova-plugin-fcm-with-dependecy-updated',
pluginRef: 'FCMPlugin',
repo: 'https://github.com/fechanique/cordova-plugin-fcm',
repo: 'https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated',
platforms: ['Android', 'iOS']
})
@Injectable()
Expand Down

0 comments on commit b581a5b

Please sign in to comment.