Installation of firebase in macOS mojave:
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:
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
for further queries, check out
firebase CLI:
Then you can add Firebase Realtime database to your web/android/iOs application.