The Firebase Database quickstart demonstrates how to connect to the Firebase Realtime Database and to send and retrieve data through a simple social blogging app. It will interoperate with the iOS and Android database quickstarts.
npm install -g firebase-tools
and then configure it with firebase login
.firebase use --add
and select the Firebase project you have created.firebase serve
using the Firebase CLI tool to launch a local server.© Google, 2016. Licensed under an Apache-2 license.