A Beginner friendly guide to learn the basics of Firebase Realtime Database so you can implement it in your next web apps projects.
In this second part of this tutorial, you will learn how save, update, read and delete data from your database A.K.A CRUD from a server side ( node.js + express ).
You will learn how data is structured, what are listeners and events, what is a query composed of, how to query the database and some examples of how to implement all that stuff.
---
Article
https://waelyasmina.com/firebase-realtime-database-on-the-server/
---
Files
https://github.com/WaelYasmina/firebase-realtime-database
---
Client side vs server side database operations
https://medium.com/firebase-developers/should-i-query-my-firebase-database-directly-or-use-cloud-functions-fbb3cd14118c
---
Timestamps
00:00 Saving data
08:02 Updating data
13:53 Deleting data
15:41 Reading data
23:27 Querying the database
Download
0 formats
No download links available.
Firebase Realtime Database For Web Tutorial - Server Side : Part 2 | NatokHD