In this tutorial, you’ll be using Angular 10/9 with Firebase and Firestore database to create an app that implements the common CRUD operations.

You can also read how to use your own self-hosted database with Node and TypeORM.

We’ll see step by step how to set up Firebase in our Angular 10 project, and create a service for implementing Firebase CRUD operations using the Firestore realtime database.

Angular 10 CRUD with Firebase and Firestore Database

These are the steps of our Angular 10 Firebase CRUD tutorial:

Step 1 - Creating your Angular 10 Project
Step 2 - Creating a Firebase Project and a Firestore Database
Step 3 - Installing and Adding Firebase to your Angular 10 Project.
Step 4 - Create an Angular 10 Model
Step 5 - Creating an Angular 10 Service
Step 6 - Creating a Component for Making CRUD Operations

#angular #firebase

Angular 10/9 Firebase/Firestore Database CRUD
3.05 GEEK