Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.21 KB

readme.md

File metadata and controls

32 lines (18 loc) · 1.21 KB

simple board(CRUD) examples for firebase and Node.js(express)

This example is web boards focusing on data input / output for easy understanding of firebase (database).

Although the documentation provided with Firebase is well documented, it is difficult to understand how to use it because it is described as a function-oriented one.

So, this example is designed to make it easy to learn how to use Firebase through three simple web board codes (node.js + express):

  1. board based on Realtime Database
  2. board based on Cloud Firestore (beta)
  3. authentication

Install & Run