An open API service indexing awesome lists of open source software.

https://github.com/sanjaydevtech/android-popup-overlay


https://github.com/sanjaydevtech/android-popup-overlay

android fcm

Last synced: 11 months ago
JSON representation

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"
}
```