https://github.com/raheemadamboev/firebase-cloud-messaging
Jetpack Compose app that can recieve or send push notifications over Firebase Cloud Messaging by connecting to Google APIs
https://github.com/raheemadamboev/firebase-cloud-messaging
firebase-cloud-messaging hilt-dependency-injection jetpack-compose kotlin-coroutines mvvm notification-android retrofit2
Last synced: 6 months ago
JSON representation
Jetpack Compose app that can recieve or send push notifications over Firebase Cloud Messaging by connecting to Google APIs
- Host: GitHub
- URL: https://github.com/raheemadamboev/firebase-cloud-messaging
- Owner: raheemadamboev
- License: apache-2.0
- Created: 2022-03-10T06:28:25.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-13T06:35:07.000Z (almost 4 years ago)
- Last Synced: 2025-05-19T09:14:14.942Z (10 months ago)
- Topics: firebase-cloud-messaging, hilt-dependency-injection, jetpack-compose, kotlin-coroutines, mvvm, notification-android, retrofit2
- Language: Kotlin
- Homepage:
- Size: 8.24 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# firebase-cloud-messaging

Jetpack Compose app that can recieve or send push notifications over Firebase Cloud Messaging by connecting to Google APIs. There is three fields that is "Title", "Message", "Token". In order to send notification, you have to fill "Title" and "Message" field. If you also fill "Token", it only sends push notification to specific user. And, if you do not fill "Token", it sends the notification to all users using subscribed topic feature as every user are subscribed to "Raheem" topic in Application class. To send notification, in app POST request is send to Google API using Retrofit and Kotlin Coroutines. MVVM architectural component is applied.
**Firebase Cloud Messaging**