kuzjka / lighthouse-community

Power line status reporting service
0 stars 0 forks source link

added minimal setup to receive FCM notifications #10

Closed kuzjka closed 3 weeks ago

kuzjka commented 3 weeks ago

Added FirebaseMessagingService implementation which shows notification when new message arrives.

On main activity create, app check for notification permission and requests one if not granted.

Provides minimal resolution of #8