plumb for firestore

This commit is contained in:
talksik
2026-03-17 09:05:22 -07:00
parent 377537b892
commit 0584de23c2
4 changed files with 606 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ import { useAuthStore } from "@/stores/auth-store";
import { LoginPage } from "@/features/auth/login-page";
import { StreamsPage } from "@/pages/streams-page";
import { StreamPlayerPage } from "@/pages/stream-player-page";
import { } from "@/firebase";
function AuthenticatedApp() {
const fetchStartup = useAppStore((s) => s.fetchStartup);