Tutorial: Angular 9 CRUD Firebase Realtime Database – use @angular/fire Example
The Firebase Realtime Database is a cloud-hosted NoSQL database that lets you store and sync data between your users in realtime. In the tutorial, I introduce how to build an “Angular 9 CRUD Firebase Realtime Database Example ” project with the help of @angular/fire
lib to do CRUD operation: POST/GET/PUT/DELETE requests with step by step coding examples.
– I draw a fullstack overview diagram architecture from Angular frontend to Firebase Realtime Database.
– I illustrate details about @angular/fire
CRUD operations.
– I implement Angular CRUD application with the @angular/fire lib to do CRUD request (Post/Get/Put/Delete) to Firebase Realtime database.
Continue reading “Angular 9 CRUD Firebase Realtime Database – use @angular/fire”