Commit Graph

1247 Commits

Author SHA1 Message Date
Michael Diarmid f414796d16 Delete scratch.js 2017-10-23 17:38:33 +01:00
Michael Diarmid 83cb4e8e65 Delete scratch.js 2017-10-23 17:38:19 +01:00
Chris Bianca 665e753a2c 3.0.5 2017-10-23 17:22:14 +01:00
Chris Bianca dd5230f42f [database] Tests add test for Issue 532 2017-10-23 17:17:03 +01:00
Chris Bianca 9822cb34d4 [database] Correctly differentiate limitToLast and other similar clauses 2017-10-23 17:03:49 +01:00
Chris Bianca a42194a32a [database][tests] Add tests for issue 521 2017-10-23 12:23:00 +01:00
Chris Bianca 3d57cdc634 Merge branch 'v3.0.x'
# Conflicts:
#	docs/modules/authentication.md
#	package.json
2017-10-23 09:24:45 +01:00
Elliot Hesp 9e8281c39a [admob] move native component to singleton 2017-10-23 09:22:06 +01:00
Salakar 6d9ffb16a0 fix for #529 2017-10-23 09:22:06 +01:00
Chris Bianca 31e78c8709 Merge commit '54c92d0640e8765e4ab3d624dc1577bcc4ed7bfa' 2017-10-23 09:21:10 +01:00
Chris Bianca 2c7c768522 [firestore][android] A further fix for date / timezone handling 2017-10-23 09:15:51 +01:00
Michael Diarmid 36d974a597 Merge pull request #537 from invertase/docs-removal
[docs] Remove docs directory in favour of new site/docs
2017-10-21 12:53:12 +01:00
Elliot Hesp 0f678f21d9 [docs] Remove docs directory in favour of new site/docs 2017-10-21 09:25:17 +01:00
Elliot Hesp 54c92d0640 [admob] move native component to singleton 2017-10-20 19:39:45 +01:00
Chris Bianca 4e66443c71 [auth][ios] Reload the user when unlinking an account to ensure that it’s up to date 2017-10-20 17:37:59 +01:00
Elliot Hesp fb638ea92f Update README.md 2017-10-19 14:53:16 +01:00
Salakar ffabe56b90 fix for #529 2017-10-19 14:46:02 +01:00
Chris Bianca fec365f059 3.0.4 2017-10-18 14:31:49 +01:00
Chris Bianca fc3fc6d0d2 [firestore][android] Correctly process date time zones 2017-10-18 14:29:37 +01:00
Chris Bianca bc1e827273 [database][js] Fix strict mode issue 2017-10-18 10:40:18 +01:00
Omer Levy 252b879ef4 fix reference compare to null 2017-10-18 10:30:24 +01:00
Omer Levy aa36487ec1 temporary fix to the reference off bug 2017-10-18 10:30:24 +01:00
Chris Bianca 2d35514287 [firestore] Cleanup unused methods 2017-10-18 10:29:46 +01:00
Chris Bianca 4f51b48430 [ios][database] Protect against calling off on a non-existent ref 2017-10-18 10:29:11 +01:00
chrisbianca 728173c7f1 Merge pull request #528 from rmrs/rumors
Workaround for null reference of database reference off
2017-10-18 10:25:36 +01:00
Omer Levy 11de8dd5a9 fix reference compare to null 2017-10-18 11:36:16 +03:00
Omer Levy e4ae2609da temporary fix to the reference off bug 2017-10-18 11:27:55 +03:00
Chris Bianca 31854bae5b [auth] Update auth providers `providerId` to match official SDKs 2017-10-16 11:12:40 +01:00
Michael Diarmid 60a9f879ff Merge pull request #511 from rmrs/omer_links
Dynamic Links - ios bug fixes
2017-10-15 12:04:23 +01:00
Omer Levy e9b139f5dd [ios] fix DynamicLink pod import issue and post installation initialization issue 2017-10-14 18:33:30 -04:00
Michael Diarmid a5cb5392c6 Update README.md 2017-10-14 03:45:55 +01:00
chrisbianca 101a426307 Merge pull request #481 from rmrs/omer_links
Dynamic Links Support
2017-10-13 18:27:53 +01:00
Chris Bianca a2260c8cb4 Bump version to 3.1.0 branch 2017-10-13 18:26:08 +01:00
Chris Bianca 0af5e71b4f [firestore][ios] Retain timezone information when formatting the date 2017-10-13 11:40:31 +01:00
chrisbianca 93d152df42 Merge pull request #506 from urajat/master
#505 Retain timezone information while formatting serverTimestamp value
2017-10-13 11:39:00 +01:00
Rajat Upadhyaya 6fb8b9812e #505 Retain timezone information while formatting serverTimestamp value 2017-10-13 15:29:45 +05:30
Chris Bianca c3d44d6c74 [firestore] Correctly handle `undefined` values 2017-10-13 09:05:57 +01:00
Elliot Hesp 8c56ba6c7a Merge pull request #501 from MonkeyBreadTech/confirmation-result-bug
Update ConfirmationResult.js
2017-10-12 20:50:24 +01:00
Benjamin Schell 2a509fe9c2 Update ConfirmationResult.js
Fix bug in ConfirmationResult.js: [ReferenceError: Can't find variable: _verificationId]
2017-10-12 14:46:10 -04:00
Michael Diarmid 6d1e9e2f62 Merge pull request #499 from DavidKuennen/patch-1
[firestore] Fix _metadata not defined error in DocumentSnapshot
2017-10-12 17:29:52 +01:00
David Künnen cf1ac63d2c [firestore] Fix _metadata not defined error in DocumentSnapshot 2017-10-12 18:22:48 +02:00
Chris Bianca fde0b976c3 3.0.3 2017-10-12 09:43:48 +01:00
Chris Bianca e76ab93a72 [ios] Temporary fix for #233 2017-10-12 09:42:38 +01:00
Chris Bianca 114e3b2b5b [ios] Explicitly set requiresMainQueueSetup to prevent warnings on app start 2017-10-12 09:18:01 +01:00
Chris Bianca f348ba8a8c [firestore] Support FieldValue.delete() and FieldValue.serverTimestamp() 2017-10-12 09:00:46 +01:00
Elliot Hesp ca3dd7aa01 Update README.md 2017-10-11 23:10:02 +01:00
Michael Diarmid fd7ab437ee Update README.md 2017-10-11 09:51:10 +01:00
Michael Diarmid 2ac339d846 [docs][Firestore] Update incorrect get example
Fixes #488
2017-10-11 01:59:11 +01:00
Chris Bianca a89e741581 [firestore] Bring document change in sync with web sdk 2017-10-10 17:48:53 +01:00
Chris Bianca 469bd318a2 Merge branch 'master' into firestore-types 2017-10-10 17:29:18 +01:00