Posts

Showing posts from August, 2020

Introduction To Firebase

Image
  Introduction  : In this article we are going to see how to set up a real time database in firebase. Firebase is a platform provided by google for building the backend for web and mobile app   It’s categorized as a backend-as-a-service (BaaS) which gives developers the opportunity to create applications without the hassle of setting up the backend. It also Provides multiple platforms in iOS, android and JavaScript.   What is a Firebase? Firebase is a technology that allows you to create web applications without server-side programming, making development faster and easier. It can control data without thinking about how data is stored and synchronized across different instances of the application in real-time. It is a mobile platform from Google offering a number of different features. These features allowing users to save and retrieve data to be accessed from any device or browser. Firebase is categorized as a NOSQL   database program, which stores data in JSON documents.   Firebase p