Skip to content

ekrem-kocak/generic-firestore-service

Repository files navigation

Angular Firebase Firestore - Generic CRUD Service

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.

Features

  • Generic Firestore Service: Centralized CRUD operations for any Firestore collection.
  • Todo Example: A TodoService and TodoComponent to demonstrate usage.
  • Quick Integration: Easy setup for Firebase Firestore in Angular projects.

Getting Started

  1. Install dependencies:
    npm install
  2. Run the app:
    ng serve -o
    

Medium Article

For a detailed tutorial, check out the Medium article for this project.

Releases

No releases published

Packages

No packages published