[firestore][android] Resolve a few issues with basic operations

This commit is contained in:
Chris Bianca
2017-09-27 17:20:32 +01:00
parent bf35c349ae
commit 867a08da7b
4 changed files with 14 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ import DocumentReference from './DocumentReference';
import Path from './Path';
import Query from './Query';
import QuerySnapshot from './QuerySnapshot';
import firestoreAutoId from '../../utils';
import { firestoreAutoId } from '../../utils';
import type { Direction, Operator } from './Query';