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.
- Create your project on the Firebase Console.
- From your Firebase project console, click on red circle button with the caption "Add Firebase to your web app".

- Copy the initialization snippet into the index.html file by clicking the red HTML.

- The snippet should be placed in the
<head>section ofindex.html. - Enable Google auth in the Auth > SIGN IN METHOD tab.

- Run
firebase serveusing the Firebase CLI tool to launch a local server.
© Google, 2016. Licensed under an Apache-2 license.