October 2017
Intermediate to advanced
302 pages
7h 27m
English
As I mentioned earlier, Firebase comes with a baked-in deployment solution. Let's get our app up and working on the real live web! Here's how to do it:
npm install -g firebase-tools
Don’t forget the -g. This flag installs the tools globally on your machine.
firebase login
firebase init
In the first question it then prompts you for, use the arrow keys and the Spacebar to select both Functions and Hosting. We will ...
Read now
Unlock full access