lewiskg / movie-history

0 stars 0 forks source link

initialize firebase app #14

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);

More Detail

See Original