adds firebase connection and notifications
- notification handler pushes background and foreground notifications to the phone directly - firebase connection pushes remote notifications in background and foreground - firebase unique token currently logged only, should be send directly to server via rest
This commit is contained in:
@ -18,4 +18,7 @@
|
||||
<string name="bump_notification_channel_id">bump_id</string>
|
||||
<string name="snooze">Snooze</string>
|
||||
<string name="bump_notification_channel_name">Bump</string>
|
||||
<string name="notification">This is a notification</string>
|
||||
<string name="message_subscribed">Subscribed to Channel</string>
|
||||
<string name="message_subscribe_failed">Could not subscribe</string>
|
||||
</resources>
|
Reference in New Issue
Block a user