Skip to content

Commit

Permalink
Update plugin.xml and add strings xml
Browse files Browse the repository at this point in the history
  • Loading branch information
keyz182 committed Apr 16, 2018
1 parent ab4ee2d commit 3f9583e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ xmlns:android="http://schemas.android.com/apk/res/android">
<receiver android:name="org.apache.cordova.firebase.OnNotificationOpenReceiver"></receiver>
</config-file>
<resource-file src="src/android/google-services.json" target="."/>
<resource-file src="src/android/cordova-plugin-firebase-strings.xml" target="res/values/cordova-plugin-firebase-strings.xml" />
<source-file src="src/android/FirebasePlugin.java" target-dir="src/org/apache/cordova/firebase" />
<source-file src="src/android/OnNotificationOpenReceiver.java" target-dir="src/org/apache/cordova/firebase" />
<source-file src="src/android/FirebasePluginInstanceIDService.java" target-dir="src/org/apache/cordova/firebase" />
Expand Down
5 changes: 5 additions & 0 deletions src/android/cordova-plugin-firebase-strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<resources>
<string name="default_notification_channel_id">fcm_default_channel</string>
<string name="default_notification_channel_name">Default</string>
</resources>

0 comments on commit 3f9583e

Please sign in to comment.