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

Function useFunctions

src/sdk.tsx:87–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85export const useDatabase = () => useSdk<Database>(DatabaseSdkContext);
86export const useFirestore = () => useSdk<Firestore>(FirestoreSdkContext);
87export const useFunctions = () => useSdk<Functions>(FunctionsSdkContext);
88export const usePerformance = () => useSdk<FirebasePerformance>(PerformanceSdkContext);
89export const useStorage = () => useSdk<FirebaseStorage>(StorageSdkContext);
90export const useRemoteConfig = () => useSdk<RemoteConfig>(RemoteConfigSdkContext);

Callers 3

UpperCaserFunction · 0.85
functions.test.tsxFile · 0.85

Calls 1

useSdkFunction · 0.85

Tested by

no test coverage detected