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
- Host: GitHub
- URL: https://github.com/manuelduarte077/firebase_cubit
- Owner: manuelduarte077
- Created: 2022-09-12T07:29:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-10T21:51:15.000Z (over 2 years ago)
- Last Synced: 2025-03-02T03:58:17.817Z (7 months ago)
- Topics: cubit, dart, firebase, flutter, flutter-bloc
- Language: Dart
- Homepage:
- Size: 517 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
![]()