Firebase CRUD

使用 Firebase Firestore 实现简单的存储操作,CRUD(创建、读取、更新、删除)。

功能

  • 创建
  • 读取
  • 更新
  • Delete(删除)

截图





面向开发者

本地克隆

$ git clone [email protected]:luciano01/crud_firebase.git
$ cd crud_firebase

在编辑器中打开项目,如果您使用 VS Code,请按照此方法操作

$ cd crud_firebase
$ code .

运行,请在终端中按照此操作

$ flutter clean
$ flutter pub get
$ flutter run --release

使用...构建

作者

GitHub

查看 Github