react-native-firebase/lib
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
..
modules [database][js] fixed a regression where snapshot.child() would no longer work on array values 2018-04-22 00:29:33 +01:00
types [crashlytics] Move to top level crashlytics namespace 2018-04-03 16:51:05 +01:00
utils [database][js] fixed a regression where snapshot.child() would no longer work on array values 2018-04-22 00:29:33 +01:00
index.d.ts Use union type for `fieldPath` option to query `orderBy` and `where` functions. 2018-04-24 12:46:23 -07:00
index.js feat(flow): export NotificationOpen 2018-03-29 13:53:39 -03:00