Having fun with Firebase
Firebase helps you build better mobile apps and grow your business. It frees you to concentrate on your user experiance by providing you a Backend-as-a-Service — BaaS —.
Preconditions
- install GIT
- install hugo
- install firebase-cli
- install npm
- Google account
Get working base
- clone git repo
- initialize submodule
$ git submodule init $ git submodule update - start hugo server
$ hugo server - See it in action
Getting started with Firebase
- What is Firebase and what can you use it for
- Create your first Firebase project
- Enable authentication options
Login to cli firebase init
deploy site to firebase hosting
Enhance site with commenting * Add firebase libraries * Create
Loading...