gorush icon indicating copy to clipboard operation
gorush copied to clipboard

Where to specify analytics_label for FCM Options?

Open belek opened this issue 4 years ago • 5 comments

Hi, how to specify analytics_label parameter in push payload for Firebase Messages? https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#fcmoptions

belek avatar Dec 04 '19 12:12 belek

Well, I found out that FCM Options is introduced in new API and gorush uses Legacy API.

belek avatar Dec 06 '19 10:12 belek

@belek Yes, gorush use the legacy HTTP protocols not v1 HTTP protocol.

appleboy avatar Dec 07 '19 09:12 appleboy

@belek Yes, gorush use the legacy HTTP protocols not v1 HTTP protocol.

Is there any plans and estimates on migrating to v1 ?

belek avatar Dec 13 '19 06:12 belek

We should move to https://pkg.go.dev/google.golang.org/api/fcm/v1

appleboy avatar Dec 13 '19 07:12 appleboy

what about migrating to fcm v1? is it still in plans?

Semior001 avatar Jun 26 '20 19:06 Semior001