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

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

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...