/**
 * Firebase App
 *
 * @remarks This package coordinates the communication between the different Firebase components
 * @packageDocumentation
 */
export * from './api';
export * from './internal';
export * from './public-types';
