Firebase CLI

We have already seen in Chapter 5User Profile and Access Management, how to install it but here's the command, just for reference:

npm install -g firebase-tools

Once we have the Firebase CLI installed, we will log in to the firebase console using this command:

firebase login

This command will open up a browser URL and will ask you to log in. After a successful login, you can go to the next step—initialization of the Firebase project.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset