# test

By [nightspite](https://paragraph.com/@nightspite) · 2022-09-23

---

test

    let app;
    
    if (firebase.apps.length === 0) {
      app = firebase.initializeApp(firebaseConfig)
    } else {
      app = firebase.app();
    }
    
    const db = app.firestore();
    const auth = firebase.auth();
    
    export { db, auth };

---

*Originally published on [nightspite](https://paragraph.com/@nightspite/test)*
