fix: firebase imports to allow tree shaking

This commit is contained in:
Andrew Bastin
2021-08-08 13:25:54 +05:30
parent 846c1426cf
commit e6c503253b
7 changed files with 14 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
import firebase from "firebase"
import firebase from "firebase/app"
import { initAnalytics } from "./analytics"
import { initAuth } from "./auth"
import { initCollections } from "./collections"