refactor: move firebase initialization to a plugin

This commit is contained in:
Andrew Bastin
2021-11-04 18:33:21 +05:30
parent 9e74a8c2e7
commit 69a6207a4d
3 changed files with 4 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
import { initializeFirebase } from "~/helpers/fb"
initializeFirebase()