morecallan / movie-history-api

Zoe is awesome.
0 stars 0 forks source link

initialize firebase app #11

Open zoeames opened 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