mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-26 13:34:52 +08:00
[firestore][ios] re-write FirestoreDocReference internals + add support for Infinity & NaN numbers
This commit is contained in:
@@ -41,6 +41,8 @@ module.exports = {
|
||||
gaz: 12.1234567,
|
||||
geopoint: new firebase.firestore.GeoPoint(0, 0),
|
||||
naz: null,
|
||||
nan: NaN,
|
||||
infinity: Infinity,
|
||||
arrNumber: [1, 2, 3, 4],
|
||||
arrString: ['a', 'b', 'c', 'd'],
|
||||
object: {
|
||||
|
||||
Reference in New Issue
Block a user