Add comment.
This commit is contained in:
parent
bc73d56c8b
commit
687b3c056f
3
fcm.go
3
fcm.go
|
@ -44,7 +44,10 @@ const (
|
||||||
maxMessages = 500
|
maxMessages = 500
|
||||||
multipartBoundary = "msg_boundary"
|
multipartBoundary = "msg_boundary"
|
||||||
|
|
||||||
|
// Batch Send API
|
||||||
BatchSendEndpoint = "https://fcm.googleapis.com/batch"
|
BatchSendEndpoint = "https://fcm.googleapis.com/batch"
|
||||||
|
// Requests to the endpoint will start failing after 6/21/2024.
|
||||||
|
// Migrate to the standard HTTP v1 API send method, which supports HTTP/2 for multiplexing.
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
Loading…
Reference in New Issue