Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codediodeio/firestore-migrator
/ functions
Functions
30 in github.com/codediodeio/firestore-migrator
⨍
Functions
30
◇
Types & classes
19
↓ 4 callers
Function
isDocumentPath
(path: string | string[])
src/shared.ts:34
↓ 3 callers
Function
batchCommit
(recycle:boolean = true)
src/importCollection/index.ts:103
↓ 3 callers
Function
cleanCollectionPath
(path:string | string[])
src/shared.ts:20
↓ 3 callers
Function
dataFromSheet
(sheet)
src/importCollection/index.ts:207
↓ 3 callers
Function
datafromCSV
(file:string)
src/importCollection/index.ts:218
↓ 3 callers
Function
toType
(obj)
src/shared.ts:10
↓ 2 callers
Function
JSONfromCSV
(file:string)
src/importCollection/index.ts:212
↓ 2 callers
Function
arrayOrObject
(test)
src/shared.ts:14
↓ 2 callers
Function
dataFromJSON
(json)
src/importCollection/index.ts:200
↓ 2 callers
Function
decodeDoc
(doc)
src/shared.ts:203
↓ 2 callers
Function
encodeDoc
(doc)
src/shared.ts:212
↓ 2 callers
Function
getCollections
(paths)
src/exportCollection/index.ts:54
↓ 2 callers
Function
json2book
(json)
src/exportCollection/index.ts:144
↓ 1 callers
Function
addCollection
(coll, path:string)
src/exportCollection/index.ts:156
↓ 1 callers
Function
batchDel
(ref: FirebaseFirestore.DocumentReference)
src/importCollection/index.ts:74
↓ 1 callers
Function
batchSet
(ref: FirebaseFirestore.DocumentReference, item, options)
src/importCollection/index.ts:89
↓ 1 callers
Function
bookWriteCSV
(book: XLSX.WorkBook, file: string)
src/exportCollection/index.ts:115
↓ 1 callers
Function
getCollection
(path)
src/exportCollection/index.ts:74
↓ 1 callers
Function
readCSV
(file: string, collections: string[])
src/importCollection/index.ts:302
↓ 1 callers
Function
readJSON
(path: string, collections: string[])
src/importCollection/index.ts:227
↓ 1 callers
Function
readXLSXBook
(path, collections: string[])
src/importCollection/index.ts:373
↓ 1 callers
Function
sortByKeysFn
(keys: string | (string | SortTuple)[] )
src/shared.ts:230
↓ 1 callers
Function
truncateCollection
(colRef: FirebaseFirestore.CollectionReference)
src/importCollection/index.ts:176
↓ 1 callers
Function
writeCollection
(data:JSON, path: string)
src/importCollection/index.ts:132
↓ 1 callers
Function
writeCollections
(data)
src/importCollection/index.ts:122
Method
constructor
(protected prefix: string = 'prefix')
src/shared.ts:44
Function
execute
(file: string, collections: string[], options)
src/importCollection/index.ts:18
Function
execute
(file: string, collectionPaths: string[], options)
src/exportCollection/index.ts:13
Function
isCollectionPath
(path: string | string[])
src/shared.ts:29
Function
parseChunk
(v:number)
src/index.ts:56