FCM Notif

CONFIGURE FCM FOR ANDROID

You can read this tutorial to configure android http://blog.dream-space.web.id/?p=121 , the point is you must replace file app/google-services.json with your own file from firebase

SEND NOTIFICATION

Because this app not integrate with custom panel, we use Firebase Console notifcation menu to send notif to client. Go to https://console.firebase.google.com/ Select your app project > select menu Notifcations > select New Message

You only need to fill Message Text and Target. if you want notification with sound you can select Advanced options then Sound = Enabled

NOTIFICATION ICON

You can change notification icon from res/drawable/ic_notification.png

Last updated