Firebase is Google’s mobile platform that helps you quickly develop high-quality apps and grow your business.
Installation
homebrew
1. Install the firebase command line tools
npm install -g firebase-toolsbrew install firebase-cli
Projects
navigate to a directory for your site
1. Navigate to a directory for your site
a. sign in to google: $ firebase loginb. initiate your project: $ firebase initc. add static files to your deploy directory (the default is public)d. deploy your website: $ firebase deploy