Skip to content

A library to subscribe to GCM/FCM and receive notifications within Go.

License

Notifications You must be signed in to change notification settings

diwenx/go-push-receiver

 
 

Repository files navigation

go-push-receiver

GoDoc Go Report Card MIT License Github Actions

A library to subscribe to GCM/FCM and receive notifications.

(Forked from crow-misia/go-push-receiver with GCM checkin optional)

This library was developed inspired by push-receiver (https://github.com/MatthieuLemoine/push-receiver/).

Build

install protoc

$ go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
$ protoc -I=proto --go_out=pb/mcs proto/mcs.proto
$ protoc -I=proto --go_out=pb/checkin proto/checkin.proto
$ protoc -I=proto --go_out=pb/checkin proto/android_checkin.proto
$ go build

License

MIT License

proto file is licensed by is The Chromium Authors. (BSD-style lisense) (copied it from https://chromium.googlesource.com/chromium/chromium/+/trunk/google_apis/gcm/protocol/)

About

A library to subscribe to GCM/FCM and receive notifications within Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.4%
  • Shell 1.6%