What is Firebase

Firebase is real-time database using cloud technology. That permits you to make application without server side coding and Rest APIs. All the database related action will be managed by firebase. So, you just need to focus on Front side. Rest of all back end side will be managed by firebase services like user management, User authentication, database management, Synchronization of data etc. We just need to do some settings on our website or mobile apps for using firebase services.

When not to use firebase?

Firebase is not much useful when your user base is vast, products provide API, products has a large amount of data. Then, there are no reporting tools available like SQL, and your app needs a complex query for the result than firebase is not suitable for your application. The Example is Amazon, Flipkart, Ubar.

How to setup firebase database in your mobile app?

Step 1: Include some javascript in your Index.html page

Step 2: Initialize Firebase using below code in your Index.html page

Step 3: Include firebase reference in app.js file.

Step 4: Now you are ready for performing database action using firebase

More Articles for You

Manage Sketch Design from Admin Panel

As a programmer, I always try to optimize and automate things. One day, saw my wife ( designer ) how …

— Featured —

Firebase RTDB VS Firebase cloud DB

Firebase is a backend of your apps which includes many features like Realtime Database, cloud storage, user authentication, static hosting and …

— Featured —

Firebase Vs Dynamo DB

Firebase: Firebase is an entire ecosystem used to build web and mobile apps. It is a more complete solution when …

— Featured —

Firebase vs MongoDB: Which Database Is the Best for Your App

What do you think is the most challenging part when starting with the development of your application? From our experience, …

— Featured —

What is NoSQL Database

NoSQL Database is a non-relational database that can store and retrieve data. To simplify, imagine NoSQL database as a tree. …

— Featured —