firebase - Flutter:我们如何在桌面应用程序中使用 Firebase 数据库

标签 firebase flutter

我正在考虑使用 dart 和 flutter 开发桌面应用程序,但我不知道如何将 Firebase 数据库与其集成。
任何建议将不胜感激。
提前致谢

最佳答案

使用飞镖将 FIrebase 集成到基于桌面的 Flutter 应用程序的软件包。
https://pub.dev/packages/firedart
文档说

This library attempts to minimize dependencies with the intention of making it able to run in any environment capable of executing dart code. Currently it has been successfully tested using the dart runtime (x86-64 and arm32) as well as on Flutter Android, iOS and Desktop.

关于firebase - Flutter:我们如何在桌面应用程序中使用 Firebase 数据库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62743910/

相关文章:

node.js - CloudFunctions :TypeError: storage. ref 中的 FirebaseStorage 不是函数

Flutter get_it 和 FutureBuilder 不适用于热重载

flutter - 如何检查 flutter toast 是否已经在屏幕上?

firebase - 根据按钮状态向 FireStore 发送 bool 值

list - Dart - 在列表中查找重复值

firebase - 在 Xcode 中存档时 Flutter Firestore 插件抛出错误

javascript - 如何对 firebase 进行异步调用?

node.js - 部署云函数Firebase/Stripe时出错

firebase - 多提供者无效成员为null:提供者构造上的 'collection'

flutter - 如何在Flutter中运行构建状态时显示CircularProgressIndicator?