UNPKG

firesage

Version:

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

3 lines (2 loc) • 299 B
import { MetaType, CollectionReference, FirestoreAndFirestoreTesting } from '../types'; export declare const collectionCreator: <T extends MetaType>(fStore: FirestoreAndFirestoreTesting, collectionPath: T["collectionPath"]) => (firestore?: FirestoreAndFirestoreTesting) => CollectionReference<T>;