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

Function useStorage

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

Source from the content-addressed store, hash-verified

87export const useFunctions = () => useSdk<Functions>(FunctionsSdkContext);
88export const usePerformance = () => useSdk<FirebasePerformance>(PerformanceSdkContext);
89export const useStorage = () => useSdk<FirebaseStorage>(StorageSdkContext);
90export const useRemoteConfig = () => useSdk<RemoteConfig>(RemoteConfigSdkContext);
91
92type InitSdkHook<Sdk extends FirebaseSdks> = (

Callers 5

ImageUploadButtonFunction · 0.85
FetchImageFunction · 0.85
ImageUploadButtonFunction · 0.85
FetchImageFunction · 0.85
StorageFromContextFunction · 0.85

Calls 1

useSdkFunction · 0.85

Tested by

no test coverage detected