| 1 | import { initializeApp } from 'firebase/app'; |
| 2 | import { getFunctions, connectFunctionsEmulator, httpsCallable } from 'firebase/functions'; |
| 3 | import { FunctionComponent } from 'react'; |
| 4 | import { FirebaseAppProvider, FunctionsProvider, useFunctions, useCallableFunctionResponse } from '../src/index'; |
nothing calls this directly
no test coverage detected