August 2017
Intermediate to advanced
214 pages
4h 31m
English
Now that we have a default application in place, run the command:
firebase serve
This will start and run a server on your local machine. The default port is 5000, so pointing your browser to http://localhost:5000 should show you this page:

If you see this, then that means that Firebase is running correctly.
Next, we will deploy this application to the cloud. Run the command:
firebase deploy
This seemingly simple command uploads our entire Firebase application to the cloud within a matter of seconds!
Navigate to the link presented at the end of deployment, and you should see your application ...
Read now
Unlock full access