small fixes, small sound feedback, & opening screen
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
import { initializeApp } from 'firebase/app';
|
||||
import { getFirestore } from 'firebase/firestore';
|
||||
import { getStorage } from 'firebase/storage';
|
||||
import { getAuth } from 'firebase/auth';
|
||||
import {
|
||||
PUBLIC_FIREBASE_API_KEY,
|
||||
PUBLIC_FIREBASE_AUTH_DOMAIN,
|
||||
@@ -25,4 +26,5 @@ const firebaseConfig = {
|
||||
|
||||
const app = initializeApp(firebaseConfig);
|
||||
export const db = getFirestore(app);
|
||||
export const storage = getStorage(app);
|
||||
export const storage = getStorage(app);
|
||||
export const auth = getAuth(app); // anonymous auth, gives each device a persistent UID
|
||||
Reference in New Issue
Block a user