SurfEdge / flarum-mobile-android

An Android Webview wrapper for Flarum
110 stars 25 forks source link

FCM #21

Closed punitcodes closed 7 years ago

punitcodes commented 7 years ago

Update README.md on how to send Notifications using FCM.

Felli commented 7 years ago

Setup can be found on Set Up a Firebase Cloud Messaging Client App on Android, as for FCM that is implemented into this app, it does Push Notifications automatically, or at least it should. As for the reasons behind my revert request seen in #20 this is because it would require recoding MyFirebaseMessagingService.java to fix some of the issues, so in short as long as you follow the How to setup Push Notifications should auto enable unless I've missed something (Which I won't deny is possible).