firebase-config -> tracker-list

This commit is contained in:
CoolElectronics 2023-08-15 20:00:18 -04:00
parent aa503383f4
commit 494ef6a4a9
No known key found for this signature in database
GPG key ID: F63593D168636C50
10 changed files with 38 additions and 36 deletions

View file

@ -20,7 +20,7 @@
TextField,
} from "m3-svelte";
// note: even though we import firebase, due to the tree shaking, it will only run if we use "auth" so if ADRIFT_DEV is set it won't import
import { auth } from "firebase-config";
// import { auth } from "firebase-config";
import { signInWithEmailAndPassword } from "firebase/auth";
import { getDatabase, onValue, ref, set } from "firebase/database";
import type { Transport } from "protocol";