UNPKG

@firebase/firestore

Version:

The Cloud Firestore component of the Firebase JS SDK.

10 lines (9 loc) 232 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';