dbotia / userfc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

firebase-sample-app

Example of a firebase application wih services: Hosting, Cloud Services, and Realtime Database

Useful commands

npm install -g firebase-tools
# login in google to connect your project to remote Firebase services
firebase login
# Connect to one of your projects in the Firebase services
firebase use --add
# deploy in firebase the changes
firebase deploy
# runs locally the functions and hosting service, for testing purposes
firebase serve --only functions,hosting

About


Languages

Language:HTML 70.1%Language:JavaScript 29.9%