Installation of firebase in macOS mojave:

Terry John Paul
2 min readJul 4, 2019

A step by step procedure to install firebase in macOS majave.

To know more about MacOS Mojave

Firebase CLI:

Firebase CLI provides of tools for managing, viewing and deploying to firebase projects.

Prequisites:

Homebrew:

Node.js and npm:

After installation check the version of npm and node:

Installation using npm:

$ npm install -g firebase-tools

Npm permission can be changed:

npm permission page

Firebase version:

$ firebase -V

to login in to your project console

$ firebase login

The pop up page will open in browser

to validate the firebase installation

firebase console

This is the console looks like

for further queries, check out

firebase CLI:

Then you can add Firebase Realtime database to your web/android/iOs application.

To install firebase in mac OS sierra/High sierra:

--

--

Terry John Paul
Terry John Paul

Responses (2)