An open API service indexing awesome lists of open source software.

https://github.com/manuelduarte077/firebase_cubit

CRUD básico con Firebase y Cubit. Crear, leer, actualizar y borrar imágenes y documentos
https://github.com/manuelduarte077/firebase_cubit

cubit dart firebase flutter flutter-bloc

Last synced: 7 months ago
JSON representation

CRUD básico con Firebase y Cubit. Crear, leer, actualizar y borrar imágenes y documentos

Awesome Lists containing this project

README

          

## Flutter: Simple CRUD with Firebase & Cubit

- [FlutterFire UI](https://pub.dev/packages/flutterfire_ui): Login with Google, Facebook & Email
- Manage the state with [Cubit](https://pub.dev/packages/flutter_bloc)
- Simple CRUD to firestore Read & Write.
- Upload and delete images to firebase storage
- Separate the app in multiple layers (presentation, business logic, data)
- Cubit tests

# Workflow

# Architecture