Firebase for Web

Ashraful Alam
Oceanize Lab Geeks
Published in
2 min readNov 3, 2017

Firebase is a real time database. There are lots of benefits of using Firebase. You don’t need to manage servers. You don’t need to write APIs. Firebase is your server, your API and your datastore also.

Real-time Database

Store and sync data between users and devices in real-time using a cloud-hosted, NoSQL database. This will save our development time. Firebase has Authentication facility so that it’s more secure. The Firebase real-time database feature can be used for:

  • Push notification
  • Chatting
  • News feed

Sample Code

The following steps are important to start new project on Firebase. Here you can see how to Initialize, Read and Write record from Firebase.

Step 1: Create and Configure Firebase Project

Open this URL: https://console.firebase.google.com/u/1/ and follow the image instruction.

Create New project
Select Your Platform
Copy the configuration details and paste it on

Step 2: Communicate with FIrebase

First initialization the configuration on your code. Like this image.

Configuration of Firebase
Save user information
Read user information

Wrapping Up

There are more features in Firebase that can be leveraged in your app development. That’s help to make a web and mobile application easily.

--

--

Oceanize Lab Geeks
Oceanize Lab Geeks

Published in Oceanize Lab Geeks

This will be used in technology, project management and others system development.

Ashraful Alam
Ashraful Alam

Written by Ashraful Alam

Software Developer. PHP , Python, Ruby on Rails.