geofirestore
Version:
Location-based querying and filtering using Firebase's Firestore
10 lines (9 loc) • 482 B
TypeScript
export { GeoFirestoreTypes } from 'geofirestore-core';
export { GeoCollectionReference } from './GeoCollectionReference';
export { GeoDocumentReference } from './GeoDocumentReference';
export { GeoDocumentSnapshot } from './GeoDocumentSnapshot';
export { GeoFirestore } from './GeoFirestore';
export { GeoQuery } from './GeoQuery';
export { GeoTransaction } from './GeoTransaction';
export { GeoWriteBatch } from './GeoWriteBatch';
export { initializeApp } from './utils';