hotwax / dxp-components

DXP Components
Apache License 2.0
11 stars 17 forks source link

Implement: firebase database for user-preferences in our apps #246

Open amansinghbais opened 6 months ago

amansinghbais commented 6 months ago

Currently, we are storing user-preferences in a app to the backend. For better experience, we want to read and write our user-preferences to the database of the firebase.

Task:

  1. Find a database suitable for our usecase out of all the firebase databases.
  2. Implement code to do CRUD operation on that database.
amansinghbais commented 5 months ago

What is Firebase ?

Firebase is a Backend-as-a-Service (BaaS) app development platform that provides hosted backend services such as a realtime database, cloud storage, authentication, crash reporting, machine learning, remote configuration, and hosting for your static files.

Types of firebase databases: ----

1. Firestore

2. Realtime

Database free tier limits

Realtime Database

Firebase Database

Firebase vs Realtime Database

Firebase

Realtime