Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在构建一个使用 SQFLITE(SQLITE) 数据库默认保存用户数据的应用程序。
我希望当用户登录并在线时,这些数据会保存在 Firebase 中,以便用户可以从任何设备访问他们的数据。
我已经读到我们必须创建同步方法来将 SFLITE 的数据转换为 Firebase 的 NOSQL 数据。我该怎么做?任何有用的链接、示例等都会非常有帮助。
PS 我知道 Firebase 有离线支持,但它不适合我的用例