This project shows how to create a Generic Firestore CRUD Service in an Angular app using Firebase. The service is reusable and can handle any Firestore collection, making it easy to manage different data models with less code.
- Generic Firestore Service: Centralized CRUD operations for any Firestore collection.
- Todo Example: A
TodoServiceandTodoComponentto demonstrate usage. - Quick Integration: Easy setup for Firebase Firestore in Angular projects.
- Install dependencies:
npm install
- Run the app:
ng serve -o
For a detailed tutorial, check out the Medium article for this project.