UNPKG

firelordjs

Version:

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

9 lines (8 loc) • 251 B
import { collectionGroup } from 'firebase/firestore'; export var collectionGroupCreator = // @ts-expect-error function (fStore, collectionID) { return function () { return collectionGroup( // @ts-expect-error fStore, collectionID); }; };