-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement: firebase database for user-preferences in our apps #246
Comments
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 limitsRealtime Database
Firebase Database
Firebase vs Realtime DatabaseFirebase
Realtime
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
The text was updated successfully, but these errors were encountered: