https://github.com/sanjaydevtech/android-popup-overlay
https://github.com/sanjaydevtech/android-popup-overlay
android fcm
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sanjaydevtech/android-popup-overlay
- Owner: SanjayDevTech
- Created: 2021-07-09T09:33:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-17T07:04:28.000Z (almost 4 years ago)
- Last Synced: 2025-01-25T16:44:35.883Z (about 1 year ago)
- Topics: android, fcm
- Language: Kotlin
- Homepage:
- Size: 135 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# android-popup-overlay
## Features
- Shows a custom popup screen triggered from FCM
- Uses Broadcast receivers
## Steps to run
- Create a Firebase project and add the `google-services.json` file inside the `app/` directory
- Send data message from FCM using some nodejs or python script.
- Data payload must be of schema:
```json
"data": {
"message": "Hello"
}
```