Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebaseExtended/experimental-extensions
/ functions
Functions
308 in github.com/FirebaseExtended/experimental-extensions
⨍
Functions
308
◇
Types & classes
46
Function
documentUpdatedChangedUrl
()
firestore-shorten-urls-dynamic-links/functions/src/logs.ts:33
Function
documentUpdatedDeletedInput
()
firestore-nlp-extension/functions/src/logs/index.ts:61
Function
documentUpdatedDeletedUrl
()
firestore-shorten-urls-dynamic-links/functions/lib/logs.js:37
Function
documentUpdatedDeletedUrl
()
firestore-shorten-urls-dynamic-links/functions/src/logs.ts:37
Function
documentUpdatedNoInput
()
firestore-nlp-extension/functions/src/logs/index.ts:65
Function
documentUpdatedNoUrl
()
firestore-shorten-urls-dynamic-links/functions/lib/logs.js:41
Function
documentUpdatedNoUrl
()
firestore-shorten-urls-dynamic-links/functions/src/logs.ts:41
Function
documentUpdatedUnchangedInput
()
firestore-nlp-extension/functions/src/logs/index.ts:51
Function
documentUpdatedUnchangedUrl
()
firestore-shorten-urls-dynamic-links/functions/lib/logs.js:45
Function
documentUpdatedUnchangedUrl
()
firestore-shorten-urls-dynamic-links/functions/src/logs.ts:47
Function
emptyLeaderboardDocumentEarlyOut
(fuction_name: string)
firestore-leaderboard/extension/functions/src/logs/index.ts:52
Function
error
(err, action)
storage-mirror-firestore/functions/lib/logs.js:6
Function
error
(err: Error, action?: string)
storage-mirror-firestore/functions/src/logs.ts:6
Function
error
(err: Error)
firestore-leaderboard/extension/functions/src/logs/index.ts:44
Function
error
(err)
firestore-shorten-urls-dynamic-links/functions/lib/logs.js:49
Function
error
(err: Error)
firestore-shorten-urls-dynamic-links/functions/src/logs.ts:53
Function
eventNotStale
(path, eventTime, existingTime)
storage-mirror-firestore/functions/lib/logs.js:47
Function
eventNotStale
( path: string, eventTime: any, existingTime: any )
storage-mirror-firestore/functions/src/logs.ts:60
Function
extractUrl
(snapshot: admin.firestore.DocumentSnapshot)
firestore-shorten-urls-dynamic-links/functions/src/abstract-shortener.ts:64
Function
fieldNamesNotDifferent
()
firestore-nlp-extension/functions/src/logs/index.ts:71
Function
fieldNamesNotDifferent
()
firestore-shorten-urls-dynamic-links/functions/lib/logs.js:53
Function
fieldNamesNotDifferent
()
firestore-shorten-urls-dynamic-links/functions/src/logs.ts:57
Function
filterObjectFields
* Returns all the key-value pairs in an Object that match the given filter RegEx. * @param o The Object to filter. * @param filter The RegEx express
storage-mirror-firestore/functions/lib/util.js:11
Function
findMinScoreEntryToDelete
(userId: string, minScore: number)
firestore-leaderboard/extension/functions/src/logs/index.ts:89
Function
fulfilled
(value)
storage-mirror-firestore/functions/lib/index.js:5
Function
fulfilled
(value)
storage-mirror-firestore/functions/lib/mirror.js:5
Function
fulfilled
(value)
firestore-shorten-urls-dynamic-links/functions/lib/abstract-shortener.js:20
Function
fulfilled
(value)
firestore-shorten-urls-dynamic-links/functions/lib/index.js:20
Function
fulfilled
(value)
storage-mirror-firestore-utilities/lib/driver.js:5
Function
fulfilled
(value)
storage-mirror-firestore-utilities/functions/lib/index.js:5
Function
genericHandler
(object, context)
storage-mirror-firestore/functions/lib/index.js:19
Function
genericHandler
( object: functions.storage.ObjectMetadata, context: functions.EventContext )
storage-mirror-firestore/functions/src/index.ts:10
Function
handleCreateDocument
( snapshot: admin.firestore.DocumentSnapshot )
firestore-shorten-urls-dynamic-links/functions/src/abstract-shortener.ts:68
Function
handleUpdateDocument
( before: admin.firestore.DocumentSnapshot, after: admin.firestore.DocumentSnapshot )
firestore-shorten-urls-dynamic-links/functions/src/abstract-shortener.ts:80
Function
init
(config)
firestore-leaderboard/extension/functions/src/logs/index.ts:20
Function
init
()
firestore-shorten-urls-dynamic-links/functions/lib/logs.js:57
Function
init
()
firestore-shorten-urls-dynamic-links/functions/src/logs.ts:63
Function
inputFieldIsSubfieldOfOutputField
()
firestore-nlp-extension/functions/src/logs/index.ts:78
Function
invalidObjectName
(name)
storage-mirror-firestore/functions/lib/logs.js:77
Function
invalidObjectName
(name: string)
storage-mirror-firestore/functions/src/logs.ts:100
Function
invalidPrefixDocument
(id)
storage-mirror-firestore/functions/lib/logs.js:97
Function
invalidPrefixDocument
(id: string)
storage-mirror-firestore/functions/src/logs.ts:120
Function
isDeletionEventType
* Returns whether the event is an Object Archiving or Object Deletion. * @param eventType The event type.
storage-mirror-firestore/functions/lib/util.js:27
Function
isInputFieldSubfieldOfOutputField
( inputFieldName: string, outputFieldName: string )
firestore-nlp-extension/functions/src/validators.ts:30
Function
isValidDocumentId
(id: string)
storage-mirror-firestore/functions/src/util.ts:53
Function
metadata
(m)
storage-mirror-firestore/functions/lib/logs.js:19
Function
metadata
(m: functions.storage.ObjectMetadata)
storage-mirror-firestore/functions/src/logs.ts:18
Function
mirrorObjectPath
* Mirror the gcs state of the given object to Firestore. * This works by reading from GCS and Firestore and simulating an event. * @param objectName
storage-mirror-firestore/functions/lib/mirror.js:51
Function
missingLastEventField
(id)
storage-mirror-firestore/functions/lib/logs.js:101
Function
missingLastEventField
(id: string)
storage-mirror-firestore/functions/src/logs.ts:126
Function
mockUpdateModuleFactory
()
firestore-leaderboard/extension/functions/__tests__/mocks/update.ts:34
Function
newEntryScoreLower
(newScore: number, minScore: number)
firestore-leaderboard/extension/functions/src/logs/index.ts:86
Function
nlpTaskError
(taskName: string, err: Error)
firestore-nlp-extension/functions/src/logs/index.ts:47
Function
onDocumentCreate
(snapshot: admin.firestore.DocumentSnapshot)
firestore-shorten-urls-dynamic-links/functions/src/abstract-shortener.ts:36
Function
onDocumentUpdate
( change: functions.Change<admin.firestore.DocumentSnapshot> )
firestore-shorten-urls-dynamic-links/functions/src/abstract-shortener.ts:49
Function
onObjectChange
* Handler for GCS Object Change events. Will validate the generated Documents before updating Firestore accordingly. * @param object The GCS Object M
storage-mirror-firestore/functions/lib/mirror.js:101
Function
pathHash
* Returns a hash of the Firestore Document path. * @param path The Document path
storage-mirror-firestore/functions/lib/util.js:124
Function
rejected
(value)
storage-mirror-firestore/functions/lib/index.js:6
Function
rejected
(value)
storage-mirror-firestore/functions/lib/mirror.js:6
Function
rejected
(value)
firestore-shorten-urls-dynamic-links/functions/lib/abstract-shortener.js:21
Function
rejected
(value)
firestore-shorten-urls-dynamic-links/functions/lib/index.js:21
Function
rejected
(value)
storage-mirror-firestore-utilities/lib/driver.js:6
Function
rejected
(value)
storage-mirror-firestore-utilities/functions/lib/index.js:6
Function
sameUserLowerScore
( user_id: string, old_score: string, new_score: string )
firestore-leaderboard/extension/functions/src/logs/index.ts:75
Function
scoreUpdate
()
firestore-leaderboard/extension/functions/src/logs/index.ts:28
Function
set
(ref, field, data)
firestore-leaderboard/extension/functions/__tests__/mocks/firestore.ts:44
Function
shortenUrl
(url)
firestore-shorten-urls-dynamic-links/functions/lib/logs.js:61
Function
shortenUrl
(url: string)
firestore-shorten-urls-dynamic-links/functions/src/logs.ts:67
Function
shortenUrlComplete
(shortUrl)
firestore-shorten-urls-dynamic-links/functions/lib/logs.js:65
Function
shortenUrlComplete
(shortUrl: string)
firestore-shorten-urls-dynamic-links/functions/src/logs.ts:71
Function
shouldMirrorObject
* Returns whether an Object should be mirrored (matches the configured RegEx). * @param name The name of the Object.
storage-mirror-firestore/functions/lib/util.js:72
Function
skippedMissingPath
(name)
storage-mirror-firestore/functions/lib/logs.js:73
Function
skippedMissingPath
(name: string)
storage-mirror-firestore/functions/src/logs.ts:94
Function
skippedObject
(name)
storage-mirror-firestore/functions/lib/logs.js:69
Function
skippedObject
(name: string)
storage-mirror-firestore/functions/src/logs.ts:90
Function
skippedOverwrite
(name, eventType)
storage-mirror-firestore/functions/lib/logs.js:65
Function
skippedOverwrite
(name: string, eventType: string)
storage-mirror-firestore/functions/src/logs.ts:84
Function
staleTieBreak
(path, eventTime, existingTime)
storage-mirror-firestore/functions/lib/logs.js:37
Function
staleTieBreak
( path: string, eventTime: any, existingTime: any )
storage-mirror-firestore/functions/src/logs.ts:44
Function
start
()
storage-mirror-firestore/functions/lib/logs.js:11
Function
start
()
storage-mirror-firestore/functions/src/logs.ts:11
Function
start
(config)
firestore-leaderboard/extension/functions/src/logs/index.ts:24
Function
start
()
firestore-shorten-urls-dynamic-links/functions/lib/logs.js:69
Function
start
()
firestore-shorten-urls-dynamic-links/functions/src/logs.ts:75
Function
startHttpEvent
()
storage-mirror-firestore/functions/lib/logs.js:15
Function
startHttpEvent
()
storage-mirror-firestore/functions/src/logs.ts:14
Function
startingTransaction
(path, attemptNo)
storage-mirror-firestore/functions/lib/logs.js:23
Function
startingTransaction
(path: string, attemptNo: number)
storage-mirror-firestore/functions/src/logs.ts:22
Function
transactionDeleteAttempt
(num, paths)
storage-mirror-firestore/functions/lib/logs.js:93
Function
transactionDeleteAttempt
(num: number, paths: string[])
storage-mirror-firestore/functions/src/logs.ts:116
Function
transactionFailure
(path, reason)
storage-mirror-firestore/functions/lib/logs.js:61
Function
transactionFailure
(path: string, reason: any)
storage-mirror-firestore/functions/src/logs.ts:80
Function
transactionReads
(paths)
storage-mirror-firestore/functions/lib/logs.js:85
Function
transactionReads
(paths: string[])
storage-mirror-firestore/functions/src/logs.ts:108
Function
transactionWriteAttempt
(num, paths)
storage-mirror-firestore/functions/lib/logs.js:89
Function
transactionWriteAttempt
(num: number, paths: string[])
storage-mirror-firestore/functions/src/logs.ts:112
Function
unknownNLPTaskFound
(taskName: string)
firestore-nlp-extension/functions/src/logs/index.ts:40
Function
update
(ref, field, data)
firestore-nlp-extension/functions/__tests__/mocks/firestoreMocks.ts:23
Function
update
(ref, field, data)
firestore-leaderboard/extension/functions/__tests__/mocks/firestore.ts:41
Function
updateDocument
(path: string)
firestore-nlp-extension/functions/src/logs/index.ts:32
← previous
next →
201–300 of 308, ranked by callers