UNPKG

geofirestore-core

Version:

Lightweight location-based querying and encoding of Firebase Firestore Documents for geofirestore.

7 lines (6 loc) 419 B
export { encodeDocumentAdd, encodeDocumentSet, encodeDocumentUpdate, encodeGeoDocument, } from './api/encode'; export { geoQueryGet } from './api/query-get'; export { geoQueryOnSnapshot } from './api/query-on-snapshot'; export { GeoQuerySnapshot } from './api/snapshot'; export { validateGeoDocument, validateLimit, validateLocation, validateQueryCriteria, } from './api/validate'; export * from './definitions';