Commit Graph

1525 Commits

Author SHA1 Message Date
Chris Bianca 285e31df65 [auth] Remove superfluous getCurrentUser method which doesn’t exist in API 2018-01-16 17:39:27 +00:00
Chris Bianca 63859b311d [internals] Bump the library and tests app to the latest version of RN, React, etc 2018-01-16 17:08:52 +00:00
Paul Huynh edc12487f5 Add Typescript definitions for Dynamic Links 2018-01-16 22:34:26 +11:00
chrisbianca d73928432d
Merge pull request #750 from omer88/fix_short_link_crash
Fix short link crash
2018-01-15 08:03:04 +00:00
Omer Levy ae98c67a37 [links] revert the try/catch 2018-01-13 00:32:30 +02:00
Omer Levy 8d7152fe70 avoid call resolve on createShortDynamicLink error and remove try/catch in the js wrapper module 2018-01-12 16:39:18 +02:00
Chris Bianca 3dacb35291 [firestore] Add FieldPath support to DocumentReference and WriteBatch update methods 2018-01-12 11:49:45 +00:00
Chris Bianca 5e062868fc [firestore] Add FieldPath support to DocumentSnapshot and Query 2018-01-11 18:28:14 +00:00
Chris Bianca 7b821ae997 3.2.2 2018-01-11 10:37:29 +00:00
Chris Bianca 01ef45d816 [ios] Tidy up framework search paths 2018-01-11 10:36:29 +00:00
Chris Bianca cfbef06776 [ios] Tidy up header search paths 2018-01-10 10:33:10 +00:00
Kevin 3c0f562716 Merge remote-tracking branch 'upstream/master' into ios-foreground-notif 2018-01-10 13:59:50 +08:00
Chris Bianca d700bf9d6d [core] Add SDK_VERSION 2018-01-09 17:32:08 +00:00
Chris Bianca 301f2749c0 [internals] Migrate multi app flag to module configuration 2018-01-09 17:32:08 +00:00
chrisbianca 024a9b61a8
Merge pull request #730 from joserocha3/patch-1
Set NSNumber to nonnull for storage config calls
2018-01-09 10:37:26 +00:00
Salakar ca7924287a coverage now both platforms 2018-01-09 09:54:16 +00:00
Elliot Hesp 06424aff14 [auth] use [DEFAULT] languageCode for dynamic apps 2018-01-08 11:30:59 +00:00
Elliot Hesp 409cd70ab1 [auth] Update iOS methods to internals change 2018-01-08 10:07:15 +00:00
Elliot Hesp fbc97bc2c8 Merge branch 'master' into auth-language 2018-01-08 09:22:53 +00:00
Chris Bianca fe19942e18 [android][utils] Fix a couple of minor Android issues with internals refactor 2018-01-08 09:20:32 +00:00
Jose Pablo Rocha, Jr 6d31320686
Set NSNumber to nonnull for storage config calls
Made change requested by Chris Bianca via Discord chat. New versions of react-native requires that all NSNumber arguments are explicitly marked as `nonnull` to ensure compatibility with Android.

Only changed for a few storage methods. The other method exports with NSNumber will probably need to be updated as well, but I did not have a project setup to test them.
2018-01-07 15:09:40 -06:00
Chris Bianca 93a5c2939e 3.2.1 2018-01-07 20:05:37 +00:00
Chris Bianca fffdc77471 Add || exit 0 to open collective postinstall 2018-01-07 20:05:20 +00:00
Elliot Hesp f4d29b9136 [auth] Fix incorrect languageCode test 2018-01-06 15:17:59 +00:00
Elliot Hesp a8896bc9b8 [auth] Add language code tests 2018-01-06 15:14:49 +00:00
Elliot Hesp 9ea0a5cc7f [auth] Move useDeviceLanguage to unsupported method 2018-01-06 15:14:11 +00:00
Elliot Hesp f970d882ba Ignore atlassian-ide-plugin 2018-01-06 14:48:07 +00:00
Elliot Hesp 9d47709ffa Merge with master 2018-01-06 14:47:11 +00:00
Salakar f74b7057bb misc cleanup / changes 2018-01-06 13:53:46 +00:00
Michael Diarmid 59d9bca7b3
Merge pull request #729 from invertase/master
Ignore
2018-01-06 12:38:11 +00:00
Ardavan Kalhori 74d614ad43
Fixed: attempt to insert nil object from objects[0]
Fixed the issue that was causing a crash in my application:

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]'
*** First throw call stack:
(
	0   CoreFoundation                      0x000000011310e12b __exceptionPreprocess + 171
	1   libobjc.A.dylib                     0x00000001127a6f41 objc_exception_throw + 48
	2   CoreFoundation                      0x000000011314e0cc _CFThrowFormattedException + 194
	3   CoreFoundation                      0x0000000113022951 -[__NSPlaceholderDictionary initWithObjects:forKeys:count:] + 321
	4   CoreFoundation                      0x00000001130227db +[NSDictionary dictionaryWithObjects:forKeys:count:] + 59
	5   Mesghal                             0x000000010ace08c2 sendDynamicLink + 226
	6   Mesghal                             0x000000010ace0d0f __71+[RNFirebaseLinks application:continueUserActivity:restorationHandler:]_block_invoke + 447
	7   libdispatch.dylib                   0x0000000113fcd2f7 _dispatch_call_block_and_release + 12
	8   libdispatch.dylib                   0x0000000113fce33d _dispatch_client_callout + 8
	9   libdispatch.dylib                   0x0000000113fd95f9 _dispatch_main_queue_callback_4CF + 628
	10  CoreFoundation                      0x00000001130d0e39 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
	11  CoreFoundation                      0x0000000113095462 __CFRunLoopRun + 2402
	12  CoreFoundation                      0x0000000113094889 CFRunLoopRunSpecific + 409
	13  GraphicsServices                    0x00000001154d29c6 GSEventRunModal + 62
	14  UIKit                               0x000000010f60b5d6 UIApplicationMain + 159
	15  Mesghal                             0x000000010a6b688f main + 111
	16  libdyld.dylib                       0x000000011404ad81 start + 1
)
2018-01-05 16:43:02 -08:00
Chris Bianca d1f2b3fcfa [internals][types] Fix a couple of minor issues 2018-01-05 18:23:38 +00:00
Chris Bianca 80cb54ee6d [internals][types] Last part of internal refactor; Got rid of remaining flow errors 2018-01-05 17:20:10 +00:00
Elliot Hesp 1b7c6dd8a4
Merge pull request #724 from krystofcelba/typescript-fabric-crashlytics
[typings][typescript] Add missing types for Crashlytics
2018-01-04 08:47:03 +00:00
Krystof Celba a80748bfbf [typings][typescript] Add missing types for Crashlytics 2018-01-04 03:39:10 +01:00
Chris Bianca 40125d8eb6 Merge branch 'internals-refactor' 2018-01-03 20:01:16 +00:00
Chris Bianca 0fe2fec819 [internals] More tidy up and hiding of internal functions 2018-01-03 20:00:38 +00:00
chrisbianca 226c94c906
Update ISSUE_TEMPLATE.md with links to Discord and SO 2018-01-03 09:09:02 +00:00
Chris Bianca 1f29354145 [internals] Fix a couple of missing log references 2017-12-27 15:29:38 +00:00
Chris Bianca 61d7c3b2eb [internals] Move native events to individual modules to make it easier to see the relationship 2017-12-22 15:57:33 +00:00
Chris Bianca f2c2007fdc [internals] Start refactoring some of the internals to simplify, tidy up and also reduce flow type pollution 2017-12-22 15:24:31 +00:00
Chris Bianca 1a35d8a7b5 Remove unnecessary configuration files from npm build #698 2017-12-21 09:31:46 +00:00
Chris Bianca 10ca69c307 Update README.md 2017-12-15 18:17:43 +00:00
Chris Bianca 92ae311ed1 [ios] Final header fix for crashlytics 2017-12-15 17:16:32 +00:00
Chris Bianca 57a23e4263 3.2.0 2017-12-15 17:09:11 +00:00
Chris Bianca c8d82207f4 [crashlytics][ios] Fix a couple of minor issues 2017-12-15 17:04:11 +00:00
Chris Bianca 865944d9a9 [ios][links] Remove warning for dynamic links 2017-12-15 16:09:02 +00:00
Chris Bianca 2dcb84c327 [ios] Add Fabric and Crashlytics search paths 2017-12-15 16:04:54 +00:00
Chris Bianca 3a497fa1a2 [ios] Update podspec location to resolve RN 0.50+ install issues 2017-12-15 15:14:05 +00:00
Chris Bianca 4c75e188f7 [firestore][typings] A few tweaks to match documentation 2017-12-15 11:46:37 +00:00