当我们从 GCMRegistrar 升级到 FirebaseMessaging 时,是否需要对服务器端进行任何更改?
When we upgrade from GCMRegistrar to FirebaseMessaging, do we need to do any server side changes?
我们正计划从 GCMRegistrar 升级到 FirebaseMessaging,我需要验证我们不需要对服务器端实现做任何更改。
在本页底部
https://developers.google.com/cloud-messaging/android/android-migrate-fcm
可以看出不需要任何更改。
但是有两个问题:
- 当我们启用 Firebase 消息传递时,Authorization:key 和
"sender id" 与我们在 Google 中的相同
API GCM 控制台?
- 在服务器端还有什么我们必须考虑的吗?
非常感谢
奥拉
GCM and FCM Frequently Asked Questions 的声明可能会减轻您的顾虑:
How is FCM server implementation different from GCM server
implementation?
You won’t need to make any server-side protocol changes for the
upgrade. The service protocol has not changed. However, note that all
new server enhancements will be documented in FCM server
documentation.
我们正计划从 GCMRegistrar 升级到 FirebaseMessaging,我需要验证我们不需要对服务器端实现做任何更改。
在本页底部 https://developers.google.com/cloud-messaging/android/android-migrate-fcm 可以看出不需要任何更改。
但是有两个问题:
- 当我们启用 Firebase 消息传递时,Authorization:key 和 "sender id" 与我们在 Google 中的相同 API GCM 控制台?
- 在服务器端还有什么我们必须考虑的吗?
非常感谢 奥拉
GCM and FCM Frequently Asked Questions 的声明可能会减轻您的顾虑:
How is FCM server implementation different from GCM server implementation?
You won’t need to make any server-side protocol changes for the upgrade. The service protocol has not changed. However, note that all new server enhancements will be documented in FCM server documentation.