File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 20
20
21
21
export { Firestore , FirestoreDatabase } from './src/api/database' ;
22
22
export {
23
- PublicCollectionReference as CollectionReference ,
24
- PublicDocumentReference as DocumentReference ,
25
- PublicDocumentSnapshot as DocumentSnapshot ,
26
- PublicQuerySnapshot as QuerySnapshot ,
27
- PublicFieldValue as FieldValue ,
28
- PublicBlob as Blob
29
- } from './src/config' ;
23
+ CollectionReference ,
24
+ DocumentReference ,
25
+ DocumentSnapshot ,
26
+ QuerySnapshot
27
+ } from './src/api/database' ;
28
+ export { Blob } from './src/api/blob' ;
30
29
export { GeoPoint } from './src/api/geo_point' ;
31
30
export { FirstPartyCredentialsSettings } from './src/api/credentials' ;
32
31
export { FieldPath } from './src/api/field_path' ;
32
+ export { FieldValue } from './src/api/field_value' ;
33
33
export { Timestamp } from './src/api/timestamp' ;
You can’t perform that action at this time.
0 commit comments