2
0
mirror of synced 2025-01-10 14:16:27 +00:00

275 Commits

Author SHA1 Message Date
Chris Bianca
447f74c1d1 [auth][ios] Reload the user after updating their email address to ensure it’s up to date 2017-10-26 15:22:42 +01:00
Chris Bianca
7b6d6c8728 [auth][ios] Reload the user after updating the profile to ensure that it has up to date information 2017-10-26 15:10:00 +01:00
Chris Bianca
2b2f3ce594 [ios] Centralise event sending to ensure all events validate bridge present before sending 2017-10-26 11:55:07 +01:00
Chris Bianca
ff8a8676d6 [messaging][ios] registerForRemoteNotification on main thread 2017-10-24 09:51:21 +01:00
Chris Bianca
403a7eefa0 [firestore] Use ms instead of ISOString for date conversion 2017-10-24 09:09:48 +01:00
Chris Bianca
9822cb34d4 [database] Correctly differentiate limitToLast and other similar clauses 2017-10-23 17:03:49 +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
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
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
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
chrisbianca
101a426307 Merge pull request #481 from rmrs/omer_links
Dynamic Links Support
2017-10-13 18:27:53 +01:00
Chris Bianca
0af5e71b4f [firestore][ios] Retain timezone information when formatting the date 2017-10-13 11:40:31 +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
Chris Bianca
7c95ceca5b [firestore][ios] Type map changes for iOS 2017-10-10 17:22:12 +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
Omer Levy
f2966d46ed [ios] remove native validation for invalid parameters 2017-10-08 21:40:27 -04:00
Omer Levy
af47f7ca03 merge master into omer_links 2017-10-08 03:52:19 +03:00
Omer Levy
20d414652b [ios] fix link creation API, reject invalid arguments on creation and fix tests 2017-10-07 18:00:36 -04:00
Chris Bianca
638ee0b0b8 [ios] Add InstanceID and Firestore framework search paths 2017-10-06 15:53:38 +01:00
Chris Bianca
2575fb4956 [firestore] Support all onSnapshot parameter options 2017-10-06 12:00:40 +01:00
Omer Levy
9e26d042d3 merge master into omer_links 2017-10-05 20:07:24 +03:00
Chris Bianca
69debf7017 [firestore][ios] Add proper error codes 2017-10-05 10:32:14 +01:00
Chris Bianca
f350c2b3ed [firestore] Add metadata and bring methods in sync with web SDK reference 2017-10-05 10:18:24 +01:00
Chris Bianca
ddec5bd66a Merge commit '2a805439e79b9f85c43ae07f07b150a3b9c0cfc1' 2017-10-03 17:24:07 +01:00
Chris Bianca
c558af6480 Bump to final versions of Firestore iOS and Android libraries 2017-10-03 17:23:28 +01:00
Salakar
2a805439e7 [ios][auth] added missing recover email check action code 2017-10-03 16:53:15 +01:00
Salakar
797780f795 [ios][auth] emit phone verify auth events 2017-10-03 16:49:03 +01:00
Chris Bianca
459b03464d Merge commit '74283c5e39225a89386b833ba24a4cfddacb8c16' 2017-10-03 15:44:10 +01:00
Salakar
74283c5e39 [ios][auth] phone auth + event and move error parsing into it's own method getJSError so it can be reused for event based errors 2017-10-03 15:41:35 +01:00
Chris Bianca
51074efdca Merge commit '49d29b53f21e530f5c918e472db93ee856947426' 2017-10-03 10:33:18 +01:00
Chris Bianca
22f7d77f54 [firestore] Add collection onSnapshot support 2017-10-03 10:12:25 +01:00
Salakar
faf522d2d7 [ios] fix misc xcode warnings 2017-10-03 10:03:41 +01:00
Salakar
aa2e8804b7 [ios][crash] adding missing required string formatter: 'NSInvalidArgumentException if @p format is nil' 2017-10-03 10:01:08 +01:00
Salakar
a1534c23b8 [messaging] fix broken code from pr #443 2017-10-03 09:56:47 +01:00
Chris Bianca
d40f464f1c [firestore][ios] Add document onSnapshot functionality 2017-10-02 15:45:07 +01:00
Salakar
306b34d1e6 [auth][ios] add phone state event to supported events 2017-10-02 09:48:43 +01:00
Omer Levy
ccc178cf05 [ios] change name of parameter packageName to androidPackageName 2017-10-02 00:55:08 +03:00
Omer Levy
814f2d921d remove unnecessary import from analytics 2017-10-01 03:06:31 +03:00
Omer Levy
af4ce2a2ca align links to v3 2017-10-01 02:50:37 +03:00
Omer Levy
3db6a1839b merge master into omer_links 2017-10-01 02:17:22 +03:00
Omer Levy
482fdb01ad [ios] some refactoring 2017-09-30 12:56:58 -04:00
Omer Levy
ba2a04be98 [ios] wrap FIRDynamicLinks methods in the RNFirebaseLinks class 2017-09-30 08:54:11 -04:00
Chris Bianca
b432a147b8 [storage][ios] Convert HEI images to JPEG before upload 2017-09-29 15:50:16 +01:00
Chris Bianca
b4743ffa8b [firestore][tests] Tests for most of the current functionality 2017-09-28 17:48:13 +01:00
Chris Bianca
6060c36c1c [firestore][ios] Add initial iOS functionality 2017-09-28 13:48:28 +01:00