Skip to content

JaimeGaribaldo7/firebase

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.1%
  • HTML 10.2%
  • CSS 6.7%