无论如何,我可以在禁止使用像叙利亚这样的谷歌服务的县中使用代理从firebase云消息中获取令牌吗?
我这样使用了cordova-plugin-firebase。
window.FirebasePlugin.getToken(function(token) {
// save this server-side and use it to push notifications to this device
console.log(token);
}, function(error) {
console.error(error);
});