Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arbiminanda/android-push-notif-example
https://github.com/arbiminanda/android-push-notif-example
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arbiminanda/android-push-notif-example
- Owner: arbiminanda
- Created: 2024-02-18T04:46:21.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-23T19:57:42.000Z (11 months ago)
- Last Synced: 2024-11-05T21:35:24.698Z (2 months ago)
- Language: Java
- Size: 101 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# android-push-notif-example
- Apps will connected to FCM services when being opened and return FCM token that can be used to sent notif from other services.
- Make sure place google-services.json that you get after setting up firebase project on app/ directory
- Push notif will be received when apps on background
- When apps in foreground, notif will be received on log cat, still need improvement by utilize that messages to display any notif when apps on foreground
```
D/MyFirebaseMsgService: Message Notification Body: You have a new message in the chat.
```