Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcminarro/fcmsender
https://github.com/jcminarro/fcmsender
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jcminarro/fcmsender
- Owner: JcMinarro
- Created: 2023-01-25T22:16:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T23:21:41.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T10:40:49.642Z (about 1 month ago)
- Language: Kotlin
- Size: 59.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FCMSender
Small project to be able to send and test Push Notification using Firebase Cloud Messaging.
To use it, you need to provide your `service-account.json` files that can be obtained from [Firebase Console](https://console.firebase.google.com/).
Navigate to the **Service Accounts** tab. Under **Firebase Admin SDK** section, click on **Generate new private key** button that will generate a json file with the **Firebase Credentials**.
It will download your `service-account.json` that you need to put into `resources` folder.
![notifications_firebase_setup_step_2](https://user-images.githubusercontent.com/4047514/214706026-61ab5f71-63ac-4c81-960c-4fd28ec920d8.png)