rhjones / firebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firebase MEET UP

Objectives

By the end of this, developers should be able to:

  • Create a Firebase DB
  • Connect a Firebase DB to a front end Client
  • Visually see a Real Time DB in Action

Instructions

  1. Fork and clone this repository.
  2. Install Dependencies!
  3. Download JSON Object
  4. Download Presentation

Code Along

  • Fork and Clone, npm install and grunt serve
  • Sign into firebase/google and Create New Project (Link below)
  • Copy Initialize FireBase code to clipboard
  • Go to Databases -> Rules change to True
  • Download and import JSON object
  • Add Firebase to your web app
  • Copy and Paste code into your HTML
  • getting the element with an id of firstname
  • Creating a database reference by creating a child location to the 'first name'
  • Synchronize the changes using the on function

About

License:Other


Languages

Language:JavaScript 83.1%Language:HTML 10.2%Language:CSS 6.7%