MCPcopy Create free account

hub / github.com/firebase/quickstart-js / functions

Functions299 in github.com/firebase/quickstart-js

↓ 1 callersFunctiongetMessageText
(message: Content)
ai/ai-react-app/src/components/Specific/ChatMessage.tsx:29
↓ 1 callersFunctiongetMovieById
(dcOrVars, vars)
dataconnect/app/src/lib/dataconnect-sdk/esm/index.esm.js:108
↓ 1 callersFunctiongetMovieByIdRef
(dcOrVars, vars)
dataconnect/app/src/lib/dataconnect-sdk/index.cjs.js:115
↓ 1 callersFunctiongetMovieByIdRef
(dcOrVars, vars)
dataconnect/app/src/lib/dataconnect-sdk/esm/index.esm.js:99
↓ 1 callersMethodgetRestaurantCollectionData
()
firestore/src/app/homepage/hompage.service.ts:65
↓ 1 callersMethodgetRestaurantsGivenConstraints
( constraints: QueryConstraint[])
firestore/src/app/homepage/hompage.service.ts:71
↓ 1 callersFunctiongetStatusText
()
ai/ai-react-app/src/views/LiveView.tsx:87
↓ 1 callersFunctiongetThresholdForCategory
( category: HarmCategory, )
ai/ai-react-app/src/components/Layout/RightSidebar.tsx:75
↓ 1 callersFunctionhandleAddReview
( movieId: string, rating: number, reviewText: string )
dataconnect/app/src/lib/MovieService.tsx:139
↓ 1 callersFunctionhandleAuthStateChange
( auth: any, setUser: (user: User | null) => void )
dataconnect/app/src/lib/MovieService.tsx:86
↓ 1 callersFunctionhandleFunctionExecution
( functionCall: FunctionCall, )
ai/ai-react-app/src/services/firebaseAIService.ts:100
↓ 1 callersFunctionhandleGetActorById
( actorId: string )
dataconnect/app/src/lib/MovieService.tsx:70
↓ 1 callersFunctionhandleGetCurrentUser
()
dataconnect/app/src/lib/MovieService.tsx:102
↓ 1 callersFunctionhandleGetLatestMovies
( limit: number )
dataconnect/app/src/lib/MovieService.tsx:38
↓ 1 callersFunctionhandleGetTopMovies
( limit: number )
dataconnect/app/src/lib/MovieService.tsx:22
↓ 1 callersFunctionhandleSafetySettingChange
( category: HarmCategory, threshold: HarmBlockThreshold, )
ai/ai-react-app/src/components/Layout/RightSidebar.tsx:120
↓ 1 callersFunctionhandleSearchAll
( searchQuery: string, minYear: number, maxYear: number, minRating: number, maxRating: number, gen
dataconnect/app/src/lib/MovieService.tsx:176
↓ 1 callersFunctionhandleSignIn
* Handles automatically signing-in the app if we clicked on the sign-in link in the email.
auth/email-link.ts:94
↓ 1 callersFunctioninitApp
* initApp handles setting up the Firebase context and registering * callbacks for the auth status. * * The core initialization is in firebase.App -
auth/chromextension/credentials.js:24
↓ 1 callersFunctioninitApp
* initApp handles setting up the Firebase context and registering * callbacks for the auth status. * * The core initialization is in firebase.App -
auth/chromextension/background.js:24
↓ 1 callersFunctionisShouting
* Detect if the current message is shouting. i.e. there are too many Uppercase * characters or exclamation points. * * @param {string} message * @
functions/functions/src/sanitizer.ts:76
↓ 1 callersFunctionisTokenSentToServer
()
messaging/main.ts:66
↓ 1 callersFunctionlistMoviesRef
(dcOrVars, vars)
dataconnect/app/src/lib/dataconnect-sdk/index.cjs.js:101
↓ 1 callersFunctionlistMoviesRef
(dcOrVars, vars)
dataconnect/app/src/lib/dataconnect-sdk/esm/index.esm.js:87
↓ 1 callersFunctionloadJson
(f: File)
auth/exampletokengenerator/auth.ts:86
↓ 1 callersFunctionmain
()
firestore/scripts/PopulateFirestore.js:163
↓ 1 callersFunctionmodelParamsChanged
( newParams: ModelParams, oldParams: ModelParams | null, )
ai/ai-react-app/src/views/ChatView.tsx:31
↓ 1 callersFunctionnewPostForCurrentUser
* Creates a new post for the current user.
database/scripts/main.ts:566
↓ 1 callersFunctiononSignInSubmit
* Function called when clicking the Login/Logout button.
auth/phone-invisible.ts:66
↓ 1 callersMethodopenFilterDialog
()
firestore/src/app/homepage/homepage.component.ts:82
↓ 1 callersFunctionrenderActiveView
()
ai/ai-react-app/src/components/Layout/MainLayout.tsx:96
↓ 1 callersFunctionrenderTextWithInlineHighlighting
( text: string, supports: GroundingSupport[], chunks: GroundingChunk[], )
ai/ai-react-app/src/components/Specific/ChatMessage.tsx:40
↓ 1 callersFunctionreplaceSwearwords
* Hide all swearwords. e.g: Crap => ****. * * @param {string} message * @return {string} The sanitized message.
functions/functions/src/sanitizer.ts:65
↓ 1 callersFunctionresetReCaptcha
* Re-initializes the ReCaptacha widget.
auth/phone-invisible.ts:176
↓ 1 callersFunctionresetReCaptcha
* Re-initializes the ReCaptacha widget.
auth/phone-visible.ts:191
↓ 1 callersFunctionsearchAll
(dcOrVars, vars)
dataconnect/app/src/lib/dataconnect-sdk/esm/index.esm.js:156
↓ 1 callersFunctionsearchAllRef
(dcOrVars, vars)
dataconnect/app/src/lib/dataconnect-sdk/index.cjs.js:171
↓ 1 callersFunctionsearchAllRef
(dcOrVars, vars)
dataconnect/app/src/lib/dataconnect-sdk/esm/index.esm.js:147
↓ 1 callersFunctionsendTokenToServer
(currentToken: string)
messaging/main.ts:56
↓ 1 callersFunctionsetCommentValues
* Sets the comment's values in the given postElement.
database/scripts/main.ts:403
↓ 1 callersFunctionsignInWithAnonCredentials
()
firestore/scripts/PopulateFirestore.js:58
↓ 1 callersMethodsignInWithUserInfo
()
firestore/src/app/sign-in-modal/sign-in-modal.component.ts:82
↓ 1 callersFunctionstartAuth
* Start the auth flow and authorizes to Firebase. * @param{boolean} interactive True if the OAuth flow should request with an interactive mode.
auth/chromextension/credentials.js:55
↓ 1 callersFunctionstartDatabaseQueries
* Starts listening for new posts and populates posts lists.
database/scripts/main.ts:427
↓ 1 callersFunctionstopShouting
* Correctly capitalize the string as a sentence (e.g. uppercase after dots) * and remove exclamation points. * * @param {string} message * @return
functions/functions/src/sanitizer.ts:90
↓ 1 callersFunctionupdateMfaSignInHints
* Updates the second factor dropdown options for sign-in. * @param {!Array<!MultiFactorInfo>} hints The sign-in * second factor hints.
auth/mfa-password.ts:316
↓ 1 callersFunctionupdateReviewRef
(dcOrVars, vars)
dataconnect/app/src/lib/dataconnect-sdk/index.cjs.js:73
↓ 1 callersFunctionupdateReviewRef
(dcOrVars, vars)
dataconnect/app/src/lib/dataconnect-sdk/esm/index.esm.js:63
↓ 1 callersFunctionupdateSignInButtonUI
* Updates the state of the Sign-in form.
auth/phone-simple.ts:43
↓ 1 callersFunctionupdateSignOutButtonUI
* Updates the state of the Sign out button.
auth/phone-invisible.ts:225
↓ 1 callersFunctionupdateSignOutButtonUI
* Updates the state of the Sign out button.
auth/phone-visible.ts:241
↓ 1 callersFunctionupdateSignOutButtonUI
* Updates the state of the Sign out button.
auth/phone-simple.ts:54
↓ 1 callersFunctionupdateSignedInUserStatusUI
* Updates the Signed in user status panel.
auth/phone-invisible.ts:236
↓ 1 callersFunctionupdateSignedInUserStatusUI
* Updates the Signed in user status panel.
auth/phone-visible.ts:252
↓ 1 callersFunctionupdateSignedInUserStatusUI
* Updates the Signed in user status panel.
auth/phone-simple.ts:65
↓ 1 callersFunctionupdateStarCount
* Updates the number of stars displayed for a post.
database/scripts/main.ts:371
↓ 1 callersFunctionupdateStarredByCurrentUser
* Updates the starred status of the post.
database/scripts/main.ts:348
↓ 1 callersFunctionupdateUIForPushEnabled
(currentToken: string)
messaging/main.ts:135
↓ 1 callersFunctionupdateUIForPushPermissionRequired
()
messaging/main.ts:141
↓ 1 callersFunctionupsertUser
(dcOrVars, vars)
dataconnect/app/src/lib/dataconnect-sdk/esm/index.esm.js:24
↓ 1 callersFunctionupsertUserRef
(dcOrVars, vars)
dataconnect/app/src/lib/dataconnect-sdk/index.cjs.js:17
↓ 1 callersFunctionupsertUserRef
(dcOrVars, vars)
dataconnect/app/src/lib/dataconnect-sdk/esm/index.esm.js:15
↓ 1 callersFunctionwriteNewPost
* Saves a new post to the Firebase DB.
database/scripts/main.ts:123
↓ 1 callersFunctionwriteUserData
* Writes the user's data to the database.
database/scripts/main.ts:503
FunctionActorPage
()
dataconnect/app/src/pages/Actor.tsx:8
FunctionAdvancedSearchPage
()
dataconnect/app/src/pages/AdvancedSearch.tsx:9
FunctionApp
()
ai/ai-react-app/src/App.tsx:7
FunctionApp
()
dataconnect/app/src/App.tsx:12
FunctionAuthProvider
({ children }: { children: React.ReactNode })
dataconnect/app/src/lib/firebase.idx.tsx:36
FunctionAuthProvider
({ children }: { children: React.ReactNode })
dataconnect/app/src/lib/firebase.tsx:32
FunctionCarousel
({ title, movies }: CarouselProps)
dataconnect/app/src/components/carousel.tsx:16
FunctionChatMessage
({ message, groundingMetadata, })
ai/ai-react-app/src/components/Specific/ChatMessage.tsx:126
FunctionChatView
({ onUsageMetadataChange, currentParams, aiInstance, activeMode, })
ai/ai-react-app/src/views/ChatView.tsx:65
FunctionConditionalRender
({ condition, preferred, alternate }: { condition: boolean, preferred: React.ReactNode, alternate: React.React
dataconnect/app/src/pages/Home.tsx:5
FunctionContentDisplay
({ parts, filteredReason, isLoading })
ai/ai-react-app/src/views/NanoBananaView.tsx:24
FunctionFileUploader
({ onFileSelect, accept, label = "Select File", disabled = false, })
ai/ai-react-app/src/components/Common/FileUploader.tsx:19
FunctionHomePage
()
dataconnect/app/src/pages/Home.tsx:38
FunctionJsonViewer
({ data })
ai/ai-react-app/src/components/Common/ResponseDisplay.tsx:5
FunctionLeftSidebar
({ activeMode, setActiveMode, activeBackend, setActiveBackend, setGenerativeParams, })
ai/ai-react-app/src/components/Layout/LeftSidebar.tsx:21
FunctionLiveView
({ aiInstance })
ai/ai-react-app/src/views/LiveView.tsx:19
FunctionMainLayout
({ activeMode, setActiveMode, })
ai/ai-react-app/src/components/Layout/MainLayout.tsx:35
FunctionMovieCard
({ id, title, imageUrl, rating, genre, tags, }: MovieCardProps)
dataconnect/app/src/components/moviecard.tsx:21
FunctionMoviePage
()
dataconnect/app/src/pages/Movie.tsx:18
FunctionMyProfilePage
()
dataconnect/app/src/pages/MyProfile.tsx:9
FunctionNanoBananaView
({ currentParams, aiInstance, selectedAspectRatio, })
ai/ai-react-app/src/views/NanoBananaView.tsx:65
FunctionNavbar
()
dataconnect/app/src/components/navbar.tsx:9
FunctionNotFound
()
dataconnect/app/src/pages/NotFound.tsx:4
FunctionPlaceholderMessage
()
dataconnect/app/src/pages/Home.tsx:9
FunctionPromptInput
({ prompt, onPromptChange, onSubmit, isLoading, placeholder = "Type your prompt here...", suggesti
ai/ai-react-app/src/components/Common/PromptInput.tsx:29
FunctionResponseDisplay
({ responseText, responseJson, isLoading, title = "Result", })
ai/ai-react-app/src/components/Common/ResponseDisplay.tsx:33
FunctionRightSidebar
({ usageMetadata, activeMode, generativeParams, setGenerativeParams, nanoBananaParams, setNanoBana
ai/ai-react-app/src/components/Layout/RightSidebar.tsx:39
FunctionRootLayout
({ children }: { children: React.ReactNode })
dataconnect/app/src/layout/RootLayout.tsx:5
FunctionTopBar
()
ai/ai-react-app/src/components/Layout/TopBar.tsx:5
FunctionVectorSearchPage
()
dataconnect/app/src/pages/VectorSearch.tsx:5
FunctionaddMessage
()
functions/public/scripts/main.ts:102
FunctionaddNumbers
()
functions/public/scripts/main.ts:67
FunctioncancelVerification
* Cancels the verification code input.
auth/phone-invisible.ts:136
FunctioncancelVerification
* Cancels the verification code input.
auth/phone-visible.ts:137
MethodcloseDialog
()
firestore/src/app/sign-in-modal/sign-in-modal.component.ts:57
Methodconstructor
(private router: Router)
firestore/src/app/app.component.ts:27
← previousnext →101–200 of 299, ranked by callers