sites served using fixed, static assets (your front end)
site with assets generated on a server (server side language or database)
Deploying simple websites/applications/games
Deploying CDNs/files
Deploying your front end separately from your back end
Create an account on firebase.com (use the google login feature)
Intall firebase CLI tools
$ npm install -g firebase-tools
By Dize Hacioglu