Firebase-在Cordova中从直接通道API切换到FCM HTTP v1 API

Firebase-在Cordova中从直接通道API切换到FCM HTTP v1 API,firebase,cordova,firebase-cloud-messaging,cordova-plugins,Firebase,Cordova,Firebase Cloud Messaging,Cordova Plugins,我最近收到一封来自firebase的电子邮件,解释说“firebase Messaging iOS SDK 7.0版将是一个突破性的变化,SDK将不再支持iOS Direct Channel API。” 本质上,他们解释了消息传递方法需要从iOS直接通道API切换到FCM HTTP v1 API 使用直接通道API的应用程序使用cordova,firebase integration使用 我的问题是,使用下面的方法编译插件(取自)是否会导致使用新的API,或者它是否比这更复杂,需要采取进一步的步

我最近收到一封来自firebase的电子邮件,解释说“firebase Messaging iOS SDK 7.0版将是一个突破性的变化,SDK将不再支持iOS Direct Channel API。”

本质上,他们解释了消息传递方法需要从iOS直接通道API切换到FCM HTTP v1 API

使用直接通道API的应用程序使用cordova,firebase integration使用

我的问题是,使用下面的方法编译插件(取自)是否会导致使用新的API,或者它是否比这更复杂,需要采取进一步的步骤

IOS_SHOULD_ESTABLISH_DIRECT_CHANNEL - If true Firebase Messaging will automatically establish a socket-based, direct channel to the FCM server.
e.g. --variable IOS_SHOULD_ESTABLISH_DIRECT_CHANNEL=true
Defaults to false if not specified.
See shouldEstablishDirectChannel
Note: Firebase Messaging iOS SDK version 7.0 will be a breaking change where the SDK will no longer support iOS Direct Channel API.
非常感谢您的帮助,如果需要更多信息,请告诉我