2
0
mirror of synced 2025-02-19 17:48:06 +00:00

[types] Missing firestore file

This commit is contained in:
Chris Bianca 2017-11-17 11:08:04 +00:00
parent 8bd9684644
commit c4d7704623

View File

@ -2,11 +2,11 @@
* @flow
* Query representation wrapper
*/
import DocumentSnapshot from './DocumentSnapshot';
import QuerySnapshot from './QuerySnapshot';
import { buildNativeArray, buildTypeMap } from './utils/serialize';
import { firestoreAutoId, isFunction, isObject } from '../../utils';
import type DocumentSnapshot from './DocumentSnapshot';
import type Firestore from './';
import type Path from './Path';