Commit Graph

1234 Commits

Author SHA1 Message Date
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
Chris Bianca 7c7e1ada9f Merge branch 'master' of https://github.com/invertase/react-native-firebase 2017-10-10 17:28:10 +01:00
Chris Bianca 7c95ceca5b [firestore][ios] Type map changes for iOS 2017-10-10 17:22:12 +01:00
Chris Bianca b8751262b7 Merge commit '89e98d7cdd1f8099de46b8f4e31ae585ca9609ed' into firestore-types 2017-10-10 15:36:35 +01:00
Chris Bianca 76d77da2e5 [firestore][android] Finish type mapping work for Android 2017-10-10 15:36:08 +01:00
Omer Levy fbdc733d53 flatten dynamicLinkInfo to the top-level, move the mandatory keys validation to the javascript from the native modules and some minor fixes 2017-10-10 16:22:03 +03:00
Michael Diarmid 89e98d7cdd Update initial-setup.md 2017-10-10 02:33:41 +01:00
Omer Levy adafa45380 merge omer_links 2017-10-09 23:54:26 +03:00
Omer Levy 08d467ff4d take out validateParameters from Links class 2017-10-09 23:53:53 +03:00
Michael Diarmid 56f9c52184 Update README.md 2017-10-09 04:24:44 +01:00
Omer Levy f2966d46ed [ios] remove native validation for invalid parameters 2017-10-08 21:40:27 -04:00
Omer Levy a085733e03 move invalid parameters validation to javascript and remove validation from android 2017-10-09 03:42:57 +03:00
Salakar 26882da429 Merge remote-tracking branch 'origin/master' 2017-10-09 01:16:47 +01:00
Salakar 378132be8b remove out dated demo app 2017-10-09 01:16:38 +01:00