我目前正在使用 Angular 5 开发 Web 项目,我想集成 Firebase 云消息传递以在应用程序上发送通知,但我遇到了很多我试图解决的问题。现在有两个我无法修复的错误:Namespace 'firebase.auth'
和functions
错误如下所示:
ERROR in node_modules/angularfire2/auth/auth.d.ts(12,45): error TS2694: Namespace 'firebase.auth' has no exported member 'IdTokenResult'.
node_modules/angularfire2/firebase.app.module.d.ts(2,42): error TS2305: Module '"/Users/gerardtalla/dev/workspaces/ws-parcaune/pms/pms-frontend-2018/node_modules/firebase/app/index"' has no exported member 'functions'.
我该如何解决?我在用着
角 5
“火力基地”:“4.8.0”
“angularfire2”:“^5.0.0-rc.5”
“@angular/cli”:“~1.7.3”
如果有人有想法,请不要犹豫,请与我分享。提前非常感谢。