Closed zoeames closed 7 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
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()
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);