11<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
22xmlns:android=" http://schemas.android.com/apk/res/android"
3- id =" cordova-plugin-firebase-messaging"
4- version =" 8 .0.1 " >
3+ id =" @spoonconsulting/ cordova-plugin-firebase-messaging"
4+ version =" 1 .0.0 " >
55
66 <name >FirebaseMessagingPlugin</name >
77 <description >Cordova plugin for Firebase Cloud Messaging</description >
88 <license >MIT</license >
99 <keywords >cordova</keywords >
10- <repo >https://github.com/chemerisuk /cordova-plugin-firebase-messaging</repo >
11- <issue >https://github.com/chemerisuk /cordova-plugin-firebase-messaging/issues</issue >
10+ <repo >https://github.com/spoonconsulting /cordova-plugin-firebase-messaging</repo >
11+ <issue >https://github.com/spoonconsulting /cordova-plugin-firebase-messaging/issues</issue >
1212
1313 <js-module src =" www/FirebaseMessaging.js" name =" FirebaseMessaging" >
1414 <merges target =" cordova.plugins.firebase.messaging" />
@@ -62,7 +62,7 @@ xmlns:android="http://schemas.android.com/apk/res/android"
6262
6363 <config-file target =" res/xml/config.xml" parent =" /*" >
6464 <feature name =" FirebaseMessaging" >
65- <param name =" android-package" value =" by.chemerisuk .cordova.firebase.FirebaseMessagingPlugin" />
65+ <param name =" android-package" value =" com.spoon .cordova.firebase.FirebaseMessagingPlugin" />
6666 <param name =" onload" value =" true" />
6767 </feature >
6868 </config-file >
@@ -74,7 +74,7 @@ xmlns:android="http://schemas.android.com/apk/res/android"
7474 </config-file >
7575
7676 <config-file target =" AndroidManifest.xml" parent =" /manifest/application" >
77- <service android : name =" by.chemerisuk .cordova.firebase.FirebaseMessagingPluginService" android : exported =" false" >
77+ <service android : name =" com.spoon .cordova.firebase.FirebaseMessagingPluginService" android : exported =" false" >
7878 <intent-filter >
7979 <action android : name =" com.google.firebase.MESSAGING_EVENT" />
8080 </intent-filter >
@@ -89,9 +89,9 @@ xmlns:android="http://schemas.android.com/apk/res/android"
8989 <framework src =" me.leolin:ShortcutBadger:1.1.22@aar" />
9090
9191 <source-file src =" src/android/FirebaseMessagingPlugin.java"
92- target-dir =" src/by/chemerisuk /cordova/firebase/" />
92+ target-dir =" src/com/spoon /cordova/firebase/" />
9393 <source-file src =" src/android/FirebaseMessagingPluginService.java"
94- target-dir =" src/by/chemerisuk /cordova/firebase" />
94+ target-dir =" src/com/spoon /cordova/firebase" />
9595 </platform >
9696
9797</plugin >
0 commit comments