MCPcopy Create free account

hub / github.com/codediodeio/firestore-migrator / functions

Functions30 in github.com/codediodeio/firestore-migrator

↓ 4 callersFunctionisDocumentPath
(path: string | string[])
src/shared.ts:34
↓ 3 callersFunctionbatchCommit
(recycle:boolean = true)
src/importCollection/index.ts:103
↓ 3 callersFunctioncleanCollectionPath
(path:string | string[])
src/shared.ts:20
↓ 3 callersFunctiondataFromSheet
(sheet)
src/importCollection/index.ts:207
↓ 3 callersFunctiondatafromCSV
(file:string)
src/importCollection/index.ts:218
↓ 3 callersFunctiontoType
(obj)
src/shared.ts:10
↓ 2 callersFunctionJSONfromCSV
(file:string)
src/importCollection/index.ts:212
↓ 2 callersFunctionarrayOrObject
(test)
src/shared.ts:14
↓ 2 callersFunctiondataFromJSON
(json)
src/importCollection/index.ts:200
↓ 2 callersFunctiondecodeDoc
(doc)
src/shared.ts:203
↓ 2 callersFunctionencodeDoc
(doc)
src/shared.ts:212
↓ 2 callersFunctiongetCollections
(paths)
src/exportCollection/index.ts:54
↓ 2 callersFunctionjson2book
(json)
src/exportCollection/index.ts:144
↓ 1 callersFunctionaddCollection
(coll, path:string)
src/exportCollection/index.ts:156
↓ 1 callersFunctionbatchDel
(ref: FirebaseFirestore.DocumentReference)
src/importCollection/index.ts:74
↓ 1 callersFunctionbatchSet
(ref: FirebaseFirestore.DocumentReference, item, options)
src/importCollection/index.ts:89
↓ 1 callersFunctionbookWriteCSV
(book: XLSX.WorkBook, file: string)
src/exportCollection/index.ts:115
↓ 1 callersFunctiongetCollection
(path)
src/exportCollection/index.ts:74
↓ 1 callersFunctionreadCSV
(file: string, collections: string[])
src/importCollection/index.ts:302
↓ 1 callersFunctionreadJSON
(path: string, collections: string[])
src/importCollection/index.ts:227
↓ 1 callersFunctionreadXLSXBook
(path, collections: string[])
src/importCollection/index.ts:373
↓ 1 callersFunctionsortByKeysFn
(keys: string | (string | SortTuple)[] )
src/shared.ts:230
↓ 1 callersFunctiontruncateCollection
(colRef: FirebaseFirestore.CollectionReference)
src/importCollection/index.ts:176
↓ 1 callersFunctionwriteCollection
(data:JSON, path: string)
src/importCollection/index.ts:132
↓ 1 callersFunctionwriteCollections
(data)
src/importCollection/index.ts:122
Methodconstructor
(protected prefix: string = 'prefix')
src/shared.ts:44
Functionexecute
(file: string, collections: string[], options)
src/importCollection/index.ts:18
Functionexecute
(file: string, collectionPaths: string[], options)
src/exportCollection/index.ts:13
FunctionisCollectionPath
(path: string | string[])
src/shared.ts:29
FunctionparseChunk
(v:number)
src/index.ts:56