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
↓ 1 callers
Function
getCurrentMetadata
* Get the metadata for an object, returning undefined if the object does not exist. * This is a wrapper around `getMetadata` that returns undefined i
storage-mirror-firestore/functions/src/mirror.ts:56
↓ 1 callers
Function
getExperimentalBlurb
(extensionId)
generate-experimental-readme.js:11
↓ 1 callers
Function
getSentiment
(input_value)
firestore-sentiment-analysis/functions/index.js:105
↓ 1 callers
Function
handleCreateDocument
(snapshot)
firestore-sentiment-analysis/functions/index.js:63
↓ 1 callers
Function
handleDeleteDocument
()
firestore-sentiment-analysis/functions/index.js:70
↓ 1 callers
Function
handleDocumentCreate
( docSnapshot: admin.firestore.DocumentSnapshot )
firestore-nlp-extension/functions/src/index.ts:120
↓ 1 callers
Function
handleUpdateDocument
(before, after)
firestore-sentiment-analysis/functions/index.js:72
↓ 1 callers
Function
handleUpdateDocument
( beforeDocSnapshot: admin.firestore.DocumentSnapshot, afterDocSnapshot: admin.firestore.DocumentSnapshot
firestore-nlp-extension/functions/src/index.ts:91
↓ 1 callers
Function
isNlpTaskSuccessResult
( result: NlpTaskResult )
firestore-nlp-extension/functions/src/index.ts:185
↓ 1 callers
Method
isProperMentionType
( mentionType: | protos.google.cloud.language.v1.EntityMention.Type | keyof typeof protos.goog
firestore-nlp-extension/functions/src/nlpTaskHandler.ts:220
↓ 1 callers
Function
isStale
(write)
firestore-schedule-writes/functions/lib/index.js:43
↓ 1 callers
Function
isStale
(write: QueuedWrite)
firestore-schedule-writes/functions/src/index.ts:79
↓ 1 callers
Function
isValidPrefixDocument
* Returns whether a Prefix Document in Firestore has all the valid extension fields. * @param snapshot The Firestore snapshot.
storage-mirror-firestore/functions/lib/mirror.js:395
↓ 1 callers
Function
isValidPrefixDocument
* Returns whether a Prefix Document in Firestore has all the valid extension fields. * @param snapshot The Firestore snapshot.
storage-mirror-firestore/functions/src/mirror.ts:483
↓ 1 callers
Function
mirrorObjectPath
(objectName: string)
storage-mirror-firestore/functions/src/mirror.ts:84
↓ 1 callers
Function
mirrorPath
(path)
storage-mirror-firestore-utilities/lib/driver.js:495
↓ 1 callers
Function
mirrorPath
(path: string)
storage-mirror-firestore-utilities/bin/driver.ts:636
↓ 1 callers
Function
mockDocumentSnapshotFactory
(documentSnapshot)
firestore-leaderboard/extension/functions/__tests__/mocks/firestore.ts:27
↓ 1 callers
Function
mockUpdateLeaderboard
()
firestore-leaderboard/extension/functions/__tests__/mocks/update.ts:19
↓ 1 callers
Function
objectNameToFirestorePath
(constants, bucket, name)
storage-mirror-firestore-utilities/lib/driver.js:130
↓ 1 callers
Function
objectNameToFirestorePath
( constants: CheckConstants, bucket: string, name: string )
storage-mirror-firestore-utilities/bin/driver.ts:126
↓ 1 callers
Function
onObjectChange
( object: functions.storage.ObjectMetadata, eventType: string )
storage-mirror-firestore/functions/src/mirror.ts:130
↓ 1 callers
Function
performNLPTask
( taskName: string, input: string )
firestore-nlp-extension/functions/src/index.ts:159
↓ 1 callers
Function
performOperations
(bucket, set, setId, taskId)
storage-mirror-firestore-utilities/functions/lib/index.js:52
↓ 1 callers
Function
performOperations
( bucket: Bucket, set: OperationSet, setId: number, taskId: string )
storage-mirror-firestore-utilities/functions/src/index.ts:62
↓ 1 callers
Function
processWrite
(ref, write)
firestore-schedule-writes/functions/lib/index.js:50
↓ 1 callers
Function
processWrite
( ref: FirebaseFirestore.DocumentReference, write: QueuedWrite )
firestore-schedule-writes/functions/src/index.ts:89
↓ 1 callers
Function
publishEvent
(leaderboardPath: string)
firestore-leaderboard/extension/functions/src/index.ts:53
↓ 1 callers
Function
pushTasks
(config, tasksInQueue)
storage-mirror-firestore-utilities/lib/driver.js:384
↓ 1 callers
Function
pushTasks
(config: WriteConfig, tasksInQueue: number)
storage-mirror-firestore-utilities/bin/driver.ts:467
↓ 1 callers
Function
resetStuck
()
firestore-schedule-writes/functions/lib/index.js:101
↓ 1 callers
Function
resetStuck
()
firestore-schedule-writes/functions/src/index.ts:151
↓ 1 callers
Function
runDefaultReadmeScript
()
generate-experimental-readme.js:37
↓ 1 callers
Function
selectFileSize
(max, min)
storage-mirror-firestore-utilities/lib/driver.js:358
↓ 1 callers
Function
selectFileSize
(max: number, min: number)
storage-mirror-firestore-utilities/bin/driver.ts:433
↓ 1 callers
Function
selectOperation
()
storage-mirror-firestore-utilities/lib/driver.js:346
↓ 1 callers
Function
selectOperation
()
storage-mirror-firestore-utilities/bin/driver.ts:422
↓ 1 callers
Function
settle
(resolve, reject, d, v)
storage-mirror-firestore-utilities/lib/driver.js:16
↓ 1 callers
Method
shouldKeepEntity
( entity: protos.google.cloud.language.v1.IEntity )
firestore-nlp-extension/functions/src/nlpTaskHandler.ts:166
↓ 1 callers
Method
size
* Returns the current size of this Promise Queue.
storage-mirror-firestore-utilities/lib/driver.js:39
↓ 1 callers
Method
size
* Returns the current size of this Promise Queue.
storage-mirror-firestore-utilities/bin/driver.ts:28
↓ 1 callers
Function
updateCheckSpinner
(state)
storage-mirror-firestore-utilities/lib/driver.js:736
↓ 1 callers
Function
updateCheckSpinner
(state: CheckState)
storage-mirror-firestore-utilities/bin/driver.ts:917
↓ 1 callers
Function
updateCleanSpinner
(state)
storage-mirror-firestore-utilities/lib/driver.js:1025
↓ 1 callers
Function
updateCleanSpinner
(state: CleanState)
storage-mirror-firestore-utilities/bin/driver.ts:1302
↓ 1 callers
Function
updateLeaderboardDocument
( change: functions.Change<admin.firestore.DocumentSnapshot> )
firestore-leaderboard/extension/functions/src/index.ts:64
↓ 1 callers
Function
updateWriteSpinner
(state)
storage-mirror-firestore-utilities/lib/driver.js:268
↓ 1 callers
Function
updateWriteSpinner
(state: WriteState)
storage-mirror-firestore-utilities/bin/driver.ts:323
↓ 1 callers
Function
validateDocument
(constants, snapshot, file)
storage-mirror-firestore-utilities/lib/driver.js:944
↓ 1 callers
Function
validateDocument
( constants: CheckConstants, snapshot: FirebaseFirestore.DocumentSnapshot, file: File )
storage-mirror-firestore-utilities/bin/driver.ts:1180
Method
DebugLog
Output text to the debug log text field, as well as the console.
firestore-leaderboard/client_sample/Assets/Firebase/Sample/Leaderboard/UIHandler.cs:307
Method
DisableUI
()
firestore-leaderboard/client_sample/Assets/Firebase/Sample/Leaderboard/UIHandler.cs:321
Method
DisplayLeaderBoard
(IDictionary<string, object> leaderboard)
firestore-leaderboard/client_sample/Assets/Firebase/Sample/Leaderboard/UIHandler.cs:115
Method
EnableUI
()
firestore-leaderboard/client_sample/Assets/Firebase/Sample/Leaderboard/UIHandler.cs:326
Method
FetchLeaderboardAsync
Fetch the leaderboard document and display.
firestore-leaderboard/client_sample/Assets/Firebase/Sample/Leaderboard/UIHandler.cs:146
Method
GUIDisplayControls
Render the buttons and other controls.
firestore-leaderboard/client_sample/Assets/Firebase/Sample/Leaderboard/UIHandler.cs:340
Method
GUIDisplayLog
Render the log output in a scroll view.
firestore-leaderboard/client_sample/Assets/Firebase/Sample/Leaderboard/UIHandler.cs:332
Method
HandleSignInWithUser
Called when a sign-in without fetching profile data completes.
firestore-leaderboard/client_sample/Assets/Firebase/Sample/Leaderboard/UIHandler.cs:252
Method
InitializeFirebase
Handle initialization of the necessary firebase modules:
firestore-leaderboard/client_sample/Assets/Firebase/Sample/Leaderboard/UIHandler.cs:87
Method
LogTaskCompletion
Log the result of the specified task, returning true if the task completed successfully, false otherwise.
firestore-leaderboard/client_sample/Assets/Firebase/Sample/Leaderboard/UIHandler.cs:275
Method
OnDestroy
()
firestore-leaderboard/client_sample/Assets/Firebase/Sample/Leaderboard/UIHandler.cs:94
Method
OnGUI
Render the GUI:
firestore-leaderboard/client_sample/Assets/Firebase/Sample/Leaderboard/UIHandler.cs:380
Method
SigninAnonymouslyAsync
Attempt to sign in anonymously.
firestore-leaderboard/client_sample/Assets/Firebase/Sample/Leaderboard/UIHandler.cs:262
Method
Start
When the app starts, check to make sure that we have the required dependencies to use Firebase, and if not, add them if possible.
firestore-leaderboard/client_sample/Assets/Firebase/Sample/Leaderboard/UIHandler.cs:59
Method
Update
Exit if escape (or back, on mobile) is pressed.
firestore-leaderboard/client_sample/Assets/Firebase/Sample/Leaderboard/UIHandler.cs:78
Method
UpdateUserScoreAsync
Update User Score by Uid.
firestore-leaderboard/client_sample/Assets/Firebase/Sample/Leaderboard/UIHandler.cs:196
Function
abortingStaleEvent
(path, eventTime, existingTime)
storage-mirror-firestore/functions/lib/logs.js:27
Function
abortingStaleEvent
( path: string, eventTime: any, existingTime: any )
storage-mirror-firestore/functions/src/logs.ts:28
Function
changeDelete
()
firestore-leaderboard/extension/functions/src/logs/index.ts:32
Function
changeUpdate
()
firestore-leaderboard/extension/functions/src/logs/index.ts:36
Method
checkSDKs
()
firestore-leaderboard/client_sample/Assets/Firebase/Sample/Leaderboard/UIHandler.cs:100
Function
comparingLeaderboardSize
(size: number, configSize: number)
firestore-leaderboard/extension/functions/src/logs/index.ts:83
Function
complete
()
firestore-nlp-extension/functions/src/logs/index.ts:17
Function
complete
()
firestore-leaderboard/extension/functions/src/logs/index.ts:40
Function
complete
()
firestore-shorten-urls-dynamic-links/functions/lib/logs.js:21
Function
complete
()
firestore-shorten-urls-dynamic-links/functions/src/logs.ts:19
Function
constructor
( protected urlFieldName: string, protected shortUrlFieldName: string )
firestore-shorten-urls-dynamic-links/functions/src/abstract-shortener.ts:25
Method
constructor
(private readonly config: NlpTaskHandlerConfig)
firestore-nlp-extension/functions/src/nlpTaskHandler.ts:40
Method
constructor
(urlFieldName, shortUrlFieldName)
firestore-shorten-urls-dynamic-links/functions/lib/abstract-shortener.js:31
Method
constructor
()
firestore-shorten-urls-dynamic-links/functions/lib/index.js:35
Method
constructor
(urlFieldName, shortUrlFieldName, dynamicLinkUrlPrefix, dynamicLinkSuffixLength)
firestore-shorten-urls-dynamic-links/functions/lib/index.js:62
Method
constructor
()
firestore-shorten-urls-dynamic-links/functions/src/index.ts:36
Method
constructor
( urlFieldName: string, shortUrlFieldName: string, private dynamicLinkUrlPrefix: string, priva
firestore-shorten-urls-dynamic-links/functions/src/index.ts:69
Method
constructor
()
storage-mirror-firestore-utilities/lib/driver.js:31
Method
constructor
()
storage-mirror-firestore-utilities/bin/driver.ts:20
Function
context
(m)
storage-mirror-firestore/functions/lib/logs.js:81
Function
context
(m: functions.EventContext)
storage-mirror-firestore/functions/src/logs.ts:104
Function
deleteEntryInLeaderboard
(path: string, entry_id: string)
firestore-leaderboard/extension/functions/src/logs/index.ts:64
Function
deleteEntryInLeaderboardComplete
( path: string, entry_id: string )
firestore-leaderboard/extension/functions/src/logs/index.ts:68
Function
docDoesNotExist
(path)
storage-mirror-firestore/functions/lib/logs.js:57
Function
docDoesNotExist
(path: string)
storage-mirror-firestore/functions/src/logs.ts:76
Function
documentCreatedNoInput
()
firestore-nlp-extension/functions/src/logs/index.ts:21
Function
documentCreatedNoUrl
()
firestore-shorten-urls-dynamic-links/functions/lib/logs.js:25
Function
documentCreatedNoUrl
()
firestore-shorten-urls-dynamic-links/functions/src/logs.ts:23
Function
documentCreatedWithInput
()
firestore-nlp-extension/functions/src/logs/index.ts:28
Function
documentCreatedWithUrl
()
firestore-shorten-urls-dynamic-links/functions/lib/logs.js:29
Function
documentCreatedWithUrl
()
firestore-shorten-urls-dynamic-links/functions/src/logs.ts:29
Function
documentUpdateNoScoreChange
()
firestore-leaderboard/extension/functions/src/logs/index.ts:48
Function
documentUpdatedChangedInput
()
firestore-nlp-extension/functions/src/logs/index.ts:57
Function
documentUpdatedChangedUrl
()
firestore-shorten-urls-dynamic-links/functions/lib/logs.js:33
← previous
next →
101–200 of 308, ranked by callers