Skip to content

Commit

Permalink
firebase links
Browse files Browse the repository at this point in the history
  • Loading branch information
NaySoftware committed Jul 10, 2016
1 parent 5e87b6f commit 2695f16
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,21 @@ This library uses HTTP/JSON Firebase Cloud Messaging connection server protocol
go get github.com/NaySoftware/go-fcm
```

## Docs
## Docs - go-fcm API
```
https://godoc.org/github.com/NaySoftware/go-fcm
```

#### Firebase Cloud Messaging HTTP Protocol Specs
```
https://firebase.google.com/docs/cloud-messaging/http-server-ref
```

###### Firebase Cloud Messaging Developer docs
```
https://firebase.google.com/docs/cloud-messaging/
```

### Notes

###### Server Key
Expand All @@ -55,6 +66,7 @@ its recommended to use a backoff time to retry the request - (if RetryAfter




# Examples

### Send to A topic
Expand Down

0 comments on commit 2695f16

Please sign in to comment.