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
- Host: GitHub
- URL: https://github.com/farimarwat/pushpilot
- Owner: farimarwat
- License: apache-2.0
- Created: 2023-06-13T02:49:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T04:30:02.000Z (about 3 years ago)
- Last Synced: 2024-01-29T23:13:29.040Z (over 2 years ago)
- Topics: android, android-library, cloud-messaging, firebase, gcm, push-notifications
- Homepage:
- Size: 16.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**