dev-vortex/fireback

View on GitHub
src/firebase/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
export { initApp } from './init'
export { exportFunctions } from './exports'
export {
    callableFunction,
    cronFunction,
    httpsFunction,
    pubSubFunction,
} from './functions'
export { getGlobalCacheManager } from './globalCache'