Build a simple Angular 12 CRUD (Create, Read, Update and Delete) web app with Angular Material and Firebase real-time NoSQL database
creating a book store inventory CRUD web application. In this Book management app user will be able to do the following things:
Add, Read, Edit and Delete book from Firebase db using AngularFire 2 library
To make connection between your Firebase 6 real-time NoSQL database and Angular app. Go to src > environments folder and add your Firebase config details in both the environment files.
This project was generated with Angular CLI version 12.1.2.