Ionic 5 Firebasex本机插件getToken()始终返回null

时间:2020-08-31 07:06:47

标签: firebase cordova ionic-framework ionic5 cordova-plugin-firebasex

我正在使用firebasex进行推送通知:

import { FirebaseX } from "@ionic-native/firebase-x/ngx";

@NgModule({
    providers: [
        FirebaseX,
    ]
})

在组件中:

constructor(private firebase: FirebaseX)

this.firebase.getToken().then(token => console.log(`The token is ${token}`))

但是令牌始终返回null。 有什么建议吗?

0 个答案:

没有答案