UNPKG

@firebase/app

Version:

The primary entrypoint to the Firebase JS SDK

10 lines (9 loc) 241 B
/** * Firebase App * * @remarks This package coordinates the communication between the different Firebase components * @packageDocumentation */ export * from './api'; export * from './internal'; export * from './public-types';