MartinKoleff / KareFitnessApp

Android fitness app made in Jetpack Compose.
MIT License
4 stars 0 forks source link

Push notifications #17

Closed MartinKoleff closed 10 months ago

MartinKoleff commented 10 months ago

Add push notifications for workouts due. You can schedule workouts with calendar. Create new screen/dialog to schedule workouts. Also add push notification settings.

MartinKoleff commented 10 months ago
MartinKoleff commented 10 months ago

Notification channel -> works for all devices broadcast. FCM registration token -> single target notification.

MartinKoleff commented 10 months ago

Add Firebase admin account auth...

MartinKoleff commented 10 months ago

To add backend for wiring with Firebase. Maybe add topics for broadcasts?

MartinKoleff commented 10 months ago

Add BroadcastReceiver for customized notifications.

MartinKoleff commented 10 months ago

Make notifications appear on screen (Pending Intent)