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

https://github.com/ekrem-kocak/generic-firestore-service

Generic Firestore Service in Angular
https://github.com/ekrem-kocak/generic-firestore-service

angular firebase firestore firestore-database

Last synced: 2 months ago
JSON representation

Generic Firestore Service in Angular

Awesome Lists containing this project

README

          

# 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:
```bash
npm install
2. Run the app:
```bash
ng serve -o

## Medium Article
For a detailed tutorial, check out the [Medium article](https://ekrem-kocak.medium.com/building-a-generic-firestore-service-in-angular-d07767b093db) for this project.