This commit is contained in:
ahmad 2016-07-11 00:42:38 +03:00
parent 2695f16639
commit 49bc2a1be5

View File

@ -28,7 +28,7 @@ This library uses HTTP/JSON Firebase Cloud Messaging connection server protocol
go get github.com/NaySoftware/go-fcm go get github.com/NaySoftware/go-fcm
``` ```
## Docs - go-fcm API ## Docs - go-fcm API
``` ```
https://godoc.org/github.com/NaySoftware/go-fcm https://godoc.org/github.com/NaySoftware/go-fcm
``` ```
@ -38,7 +38,7 @@ https://godoc.org/github.com/NaySoftware/go-fcm
https://firebase.google.com/docs/cloud-messaging/http-server-ref https://firebase.google.com/docs/cloud-messaging/http-server-ref
``` ```
###### Firebase Cloud Messaging Developer docs #### Firebase Cloud Messaging Developer docs
``` ```
https://firebase.google.com/docs/cloud-messaging/ https://firebase.google.com/docs/cloud-messaging/
``` ```