[firestore][ios] re-write FirestoreDocReference internals + add support for Infinity & NaN numbers

This commit is contained in:
Salakar
2018-09-23 07:49:50 +01:00
parent 685270402e
commit 571d9b6031
5 changed files with 437 additions and 248 deletions

View File

@@ -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: {