Firebase Tutorial
Firebase is backend platform for building web, android and IOS applications. It offers real time database, diffrent APIs, multiple authentication types and hosting platform
Prerequisites
You wilsl need some javaScript knowledge to be able to follow this tutorial. Knowledge about some backend will be useful as it helps to build concept
Firebase Tutorial
Firebase is backend platform for building web, android and IOS applications. It offers real time database, diffrent APIs, multiple authentication types and hosting platform
Prerequisites
You will need some javaScript knowledge to be able to follow this tutorial. Knowledge about some backend will be useful as it helps to build concepts about firebase.
Firebase Special features
It has a real time database. It supports JSON data and all users connected to it receive live updates after every change.
About its authentication
You can use anonymus, password and diffrent social authentications.
Hosting
It has a secure connection which allows an app to have strong servers.
Firebase Advantages
- It is simple and user friendly
- The data is real-time, which means that every change will automatically update connected clients.
- Firebase offers simple control dashboard.
- There are a number of useful services to choose.
Firebase Disadvantages
- Firebase free plan is limited to 50 Connections and 100 MB of storage.