UNPKG

@magnetarjs/utils-firestore

Version:
4 lines (3 loc) 479 B
import type { Firestore, FirestoreModuleConfig, FirestorePluginOptions } from './types.js'; export declare function getFirestoreDocPath(collectionPath: string, docId: string, firestoreModuleConfig: FirestoreModuleConfig, firestorePluginOptions: FirestorePluginOptions<Firestore>): string; export declare function getFirestoreCollectionPath(_collectionPath: string, firestoreModuleConfig: FirestoreModuleConfig, firestorePluginOptions: FirestorePluginOptions<Firestore>): string;