MCPcopy Index your code
hub / github.com/FirebaseExtended/reactfire / Functions

Function Functions

example/withoutSuspense/Functions.tsx:48–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46}
47
48export function Functions() {
49 const app = useFirebaseApp();
50
51 return (
52 <FunctionsProvider sdk={getFunctions(app)}>
53 <CardSection title="Call a cloud function">
54 <UpperCaser />
55 </CardSection>
56 <CardSection title="Call a function on render">
57 <UpperCaserOnRender />
58 </CardSection>
59 </FunctionsProvider>
60 );
61}

Callers

nothing calls this directly

Calls 1

useFirebaseAppFunction · 0.85

Tested by

no test coverage detected