我想使用 cordova-plugin-firebase-realtime-database ,因为它提供本机sdk和 setDatabasePersistent 来将数据写入磁盘
我想知道如何在离子2中使用它。
如何使用打字稿导入此插件?如何在打字稿中检索数据数组和对象?
文档说我应该手动将其添加到phonegap build:
buildscript {
...
dependencies {
...
classpath 'com.google.gms:google-services:3.0.0'
}
}
我是否应该在离子2中添加它?
最后,安装后,插件说 FirebaseDatabasePlugin未定义如何避免这种情况?