https://github.com/orgmatileg/go-fcm
Golang FCM
https://github.com/orgmatileg/go-fcm
fcm firebase firebase-cloud-messaging go go-fcm golang notification
Last synced: 2 months ago
JSON representation
Golang FCM
- Host: GitHub
- URL: https://github.com/orgmatileg/go-fcm
- Owner: orgmatileg
- License: mit
- Created: 2019-07-02T17:08:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-03T18:34:49.000Z (almost 7 years ago)
- Last Synced: 2026-02-13T08:37:58.332Z (5 months ago)
- Topics: fcm, firebase, firebase-cloud-messaging, go, go-fcm, golang, notification
- Language: Go
- Size: 6.84 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-fcm
## How to use
to use this package you need get your private key from firebase
[GET YOUR PRIVATE KEY HERE](https://console.firebase.google.com/u/0/project/_/settings/serviceaccounts/adminsdk)
Dont forget set environment variable GOOGLE_APPLICATION_CREDENTIALS to location private key in your app
example -> os.Getenv("/app/generated-private-key.json")
to be continue...