DEV Community

Shine Santhosh
Shine Santhosh

Posted on • Updated on

Getting Started with Google Firebase (Part-1)

During the time I wrote this post Cloud Functions was free to use (with some restrictions). But later Google updated the policy making it accessible only if you are on the blaze plan(A pay-as-you-go plan)

Firebase is a mobile and web application development platform that helps developers to focus on their front-end rather than solving the puzzles and issues in the back-end. If you’re among those who wanted to dive deep into cloud-computing and got discouraged as you weren’t willing to rip your pockets off, there’s happy news for you. You can get started with Firebase for free (Not even credit card details are needed).


You can find more details about cloud computing in our article.

You can create and deploy your APIs on the cloud for free (The basic account has some restrictions though).

Let's have a look at what Firebase offers:


Prerequisites:

  • A decent knowledge of JavaScript
  • Prior experince with ExpressJS will be awesome Don't worry if you don't know any of those. Have look at our other posts:

Basic Coding or Online-Learning


Create a Firebase account

As mentioned before, it’s free and simple. All you need to do is to authenticate with your existing Google account.
Head over to firebase.google.com and click get started and authenticate with your existing Google account.

Create a new project

Project

The Firebase console is where you do most of the work.

Go to console.firebase.google.com and explore your console.

  • You can create a new project, or explore some demo project.
  • Click on create project, You’ll be prompted to give a name for your project
  • Just below the name, you’ll see an id. This is important. You can edit the id as you like or keep it as it is, but you can’t change it after you create a project.
  • Accept the terms and continue.
  • It will ask if you need Google analytics in your project. (It’s up to you as we won’t cover that).
  • Create your project.
  • Done!

Back to the console

Go to the Firebase console again (You’ll be redirected after creating the project).

  • Click on your project and you’ll see details about your project, the current plan, etc.
  • On the left navigator, you’ll see the option called Develop. This window shows what we can do with firebase. Let’s explore some of them:
    • Authentication: Options for integrating Google authentication into your app
    • Database: Handling of Databases.
    • Hosting: To host your website on GCP
    • Functions: Cloud functions to create and deploy your APIs

There’s a lot more to explore. Visit the official Firebase Docs or Firebase Youtube Channel for tutorials and Help.

As this post is getting large, We’ll continue exploring firebase in the next Post. Keep exploring...

Top comments (1)

Collapse
 
itsmealan2000 profile image
ALAN__V__JOHN

Nice👍