| 17 | import { firestore } from './firebase'; |
| 18 | |
| 19 | export interface FirestoreUserProfile { |
| 20 | displayName: string; |
| 21 | email: string; |
| 22 | createdAt: Timestamp; |
| 23 | } |
| 24 | |
| 25 | export interface FirestoreSession { |
| 26 | title: string; |
nothing calls this directly
no outgoing calls
no test coverage detected