MCPcopy
hub / github.com/pickle-com/glass / FirestoreUserProfile

Interface FirestoreUserProfile

pickleglass_web/utils/firestore.ts:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17import { firestore } from './firebase';
18
19export interface FirestoreUserProfile {
20 displayName: string;
21 email: string;
22 createdAt: Timestamp;
23}
24
25export interface FirestoreSession {
26 title: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected