Current Path : /home/bitrix/ext_www/vf.yacl.site/database/ |
Current File : /home/bitrix/ext_www/vf.yacl.site/database/README.md |
Firebase Realtime Database Quickstart ============================= 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. Introduction ------------ [Read more about Firebase Database](https://firebase.google.com/docs/database/) Getting Started --------------- 1. Create your project on the [Firebase Console](https://console.firebase.google.com). 1. Enable the **Google** sign-in provider in the **Authentication > SIGN-IN METHOD** tab. 1. You must have the Firebase CLI installed. If you don't have it install it with `npm install -g firebase-tools` and then configure it with `firebase login`. 1. On the command line run `firebase use --add` and select the Firebase project you have created. 1. On the command line run `firebase serve` using the Firebase CLI tool to launch a local server. Support ------- - [Firebase Support](https://firebase.google.com/support/) License ------- © Google, 2016. Licensed under an [Apache-2](../LICENSE) license.