aboutsummaryrefslogtreecommitdiff
path: root/src/firebase.js
diff options
context:
space:
mode:
authorMichael Foiani <mfoiani2019@communiyschoolnaples.org>2018-08-13 22:08:47 -0400
committerMichael Foiani <mfoiani2019@communiyschoolnaples.org>2018-08-13 22:08:47 -0400
commitb1d481ee51e39734a9f10b14d5bc907d17c2afd0 (patch)
tree3c84725c7cb8411dbc785de0a4bc3b2462359d03 /src/firebase.js
parent717352f8653a71eba003ec33dfa6355463208045 (diff)
Trying to fix error with bulding. App works on local host but not on delpoyed and built app.
Diffstat (limited to 'src/firebase.js')
-rw-r--r--src/firebase.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firebase.js b/src/firebase.js
index 995e96f..c3417d3 100644
--- a/src/firebase.js
+++ b/src/firebase.js
@@ -19,4 +19,4 @@ const settings = {timestampsInSnapshots: true};
firestore.settings(settings);
//export storage
-export const storage = firebase.storage(); \ No newline at end of file
+export const fireStorage = firebase.storage(); \ No newline at end of file