https://github.com/rettetdemdativ/fcmexampleapp
Example implementation of an Android app using Firebase Cloud Messaging
https://github.com/rettetdemdativ/fcmexampleapp
android firebase-cloud-messaging kotlin mvp mvp-android retrofit
Last synced: 2 months ago
JSON representation
Example implementation of an Android app using Firebase Cloud Messaging
- Host: GitHub
- URL: https://github.com/rettetdemdativ/fcmexampleapp
- Owner: rettetdemdativ
- Created: 2018-01-18T23:59:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-19T00:02:22.000Z (over 8 years ago)
- Last Synced: 2025-03-21T17:31:31.357Z (about 1 year ago)
- Topics: android, firebase-cloud-messaging, kotlin, mvp, mvp-android, retrofit
- Language: Kotlin
- Size: 128 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example Android app using Firebase Cloud Messaging
This example implementation was originally created for a talk at the Vienna Go Meetup. Additionally, it serves as a very simple example of receiving Firebase Cloud Messaging messages in an Android app.
Find the server code [here](https://github.com/calmandniceperson/fcm_example_server).