morecallan / movie-history-api

Zoe is awesome.
0 stars 0 forks source link

initialize firebase app #8

Closed zoeames closed 6 years ago

zoeames commented 6 years ago

Story

As a developer, when I start my app, it should initialize with firebase.

Acceptance Criteria

When the page loads Then firebase is initialized

Technical Notes

Test if your app is initialized with console.log("firebase apps?", firebase.apps);

zoeames commented 6 years ago

Comment by zoeames Tuesday Oct 17, 2017 at 04:28 GMT


modify db/apiKeys.json and apiKeys.example.json - Add the firebase config object

zoeames commented 6 years ago

Comment by zoeames Tuesday Oct 17, 2017 at 04:30 GMT


modify javascripts/apiKeys.js

after tmdb.setKey(), it should call firebaseApi.setKey(), then firebaseApi.initializeApp()

zoeames commented 6 years ago

Comment by zoeames Tuesday Oct 17, 2017 at 04:31 GMT


new file javascripts/firebaseApi.js

single function

  1. setKey - this function take a single input - key - and sets it to a private variable called firebaseKey
zoeames commented 6 years ago

Comment by zoeames Tuesday Oct 17, 2017 at 04:31 GMT


modify index.html. add script tag: