Skip to content

Instantly share code, notes, and snippets.

@rahmatrhd
Last active February 2, 2019 03:52
Show Gist options
  • Save rahmatrhd/e4728b35bc0beb875727d38f0ffc1340 to your computer and use it in GitHub Desktop.
Save rahmatrhd/e4728b35bc0beb875727d38f0ffc1340 to your computer and use it in GitHub Desktop.
Firebase Initialization

Initialize firebase project

  1. Login with your google account then go to https://firebase.google.com/
  2. Click "Get Started" button
  3. In the welcome page, add new Project
  4. Fill the project name, project id, region/locations of your project (choose the nearest to your country), accept the terms and submit the form
  5. Done

Realtime database

  1. In firebase console page, click database menu in sidebar
  2. Choose Realtime Database and create/get started
  3. Follow the given guides on how to connect to your project
  4. And read the docs as well: https://firebase.google.com/docs/database/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment