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

https://github.com/farimarwat/pushpilot

An android library that simplifiy firebase cloud messaging/push notification
https://github.com/farimarwat/pushpilot

android android-library cloud-messaging firebase gcm push-notifications

Last synced: 5 months ago
JSON representation

An android library that simplifiy firebase cloud messaging/push notification

Awesome Lists containing this project

README

          

# PushPilot
Introducing PushPilot: the ultimate Android library that eliminates the headache of implementing Google Cloud Messaging (GCM) in your app. With PushPilot, you can integrate GCM with just one simple step, saving your time and effort. Say goodbye to complex setups and hello to seamless push notification integration with PushPilot.

## Step 1:
Add firebase to your project by following the google steps

## Step 2:
Implement PushPilot:
```
implementation "io.github.farimarwat:pushpilot:1.0"
```
## Final Step:
Done

## Testing
Run the app and get the token from android studio log by filtering "GCM Token"

Go to firebase console, Engage>Messaging>Cloud Messaging and send a test message using this token.

**Note:Some time you may receive the push message very late. Its google problem not the library**