2
0
mirror of synced 2025-01-10 14:16:27 +00:00
Adam Michel ea8e106129
Use union type for fieldPath option to query orderBy and where functions.
Constructing and passing a FieldPath object to the `orderBy` or `where` functions of a Firestore query currently raises a type error since those functions are only typed to expect a `string` value. This fixes that since those functions do accept FieldPath object types as well as astrings.
2018-04-24 12:46:23 -07:00
..
2018-03-29 13:53:39 -03:00