diff options
author | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-08-13 23:13:56 -0400 |
---|---|---|
committer | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-08-13 23:13:56 -0400 |
commit | fe125c5deb979d753d8b903ce6cdeb968e1c5f46 (patch) | |
tree | 079474a83ab36a1cd2566b0528362288dbbbeba9 /src/firebase.js | |
parent | b1d481ee51e39734a9f10b14d5bc907d17c2afd0 (diff) |
Attempting to fix issue with building and serving. I believe it was a semicolon I missed in the actions of the app.js.
Diffstat (limited to 'src/firebase.js')
-rw-r--r-- | src/firebase.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firebase.js b/src/firebase.js index c3417d3..995e96f 100644 --- a/src/firebase.js +++ b/src/firebase.js @@ -19,4 +19,4 @@ const settings = {timestampsInSnapshots: true}; firestore.settings(settings); //export storage -export const fireStorage = firebase.storage();
\ No newline at end of file +export const storage = firebase.storage();
\ No newline at end of file |