MCPcopy Create free account
hub / github.com/firebase/quickstart-js / LiveViewProps

Interface LiveViewProps

ai/ai-react-app/src/views/LiveView.tsx:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11import { LIVE_MODELS } from "../services/firebaseAIService";
12
13interface LiveViewProps {
14 aiInstance: AI;
15}
16
17type ConversationState = "idle" | "active" | "error";
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected