MCPcopy Index your code
hub / github.com/FirebaseExtended/reactfire / storage.test.tsx

File storage.test.tsx

test/storage.test.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { initializeApp } from 'firebase/app';
2import { getDownloadURL, getStorage, ref, uploadBytesResumable, UploadTaskSnapshot, connectStorageEmulator } from 'firebase/storage';
3import { FunctionComponent } from 'react';
4import { FirebaseAppProvider, ObservableStatus, StorageProvider, useStorageDownloadURL, useStorageTask } from '../src/index';

Callers

nothing calls this directly

Calls 3

randomStringFunction · 0.90
useStorageTaskFunction · 0.85
useStorageDownloadURLFunction · 0.85

Tested by

no test coverage detected