UNPKG

unfire

Version:

⚡️ Utilities for Firebase 🔥 built with Composition API, Typescript and ❤️

5 lines (3 loc) 179 B
declare const schemaMap: Record<string, any>; declare const ImportFirestoreSchemaByPath: (path: keyof typeof schemaMap) => Promise<any>; export { ImportFirestoreSchemaByPath };