UNPKG

firesage

Version:

🔥 Extremely High Precision Typescript Wrapper for Firestore Web, Providing Unparalleled Type Safe and Dev Experience

12 lines (11 loc) • 809 B
import { OriFirestore, OriSnapshotMetadata, OriSnapshotOptions, OriSnapshotListenOptions, OriDocumentChangeType, OriFirestoreTesting, OriUnsubscribe, OriFirestoreError, OriDocumentData } from './ori'; export declare type Firestore = OriFirestore; export declare type FirestoreTesting = OriFirestoreTesting; export declare type FirestoreAndFirestoreTesting = Firestore | FirestoreTesting; export declare type SnapshotMetadata = OriSnapshotMetadata; export declare type SnapshotOptions = OriSnapshotOptions; export declare type SnapshotListenOptions = OriSnapshotListenOptions; export declare type DocumentChangeType = OriDocumentChangeType; export declare type Unsubscribe = OriUnsubscribe; export declare type FirestoreError = OriFirestoreError; export declare type DocumentData = OriDocumentData;