Commit Graph

1438 Commits

Author SHA1 Message Date
Chris Bianca 9396b4fb31 [auth] Add metadata support 2018-01-19 16:19:15 +00:00
Elliot Hesp 3f0087c24d
Merge pull request #764 from danielw93/master
Update typings for everything under lib/modules/auth
2018-01-19 11:31:36 +00:00
Daniel W 2611f7c8e3 [typings][typescript] update typings for the auth module 2018-01-18 17:05:44 +01:00
Chris Bianca cb28c458a8 Merge commit '637cd81424b9a18cdec9735492a21f06be4e7ccf' 2018-01-18 09:49:27 +00:00
Chris Bianca a0de480fc7 [auth] Some flow types and tidy up 2018-01-18 09:49:11 +00:00
Michael Diarmid 637cd81424
Create CODE_OF_CONDUCT.md 2018-01-17 18:05:54 +00:00
Michael Diarmid c14d9292b0
Merge pull request #655 from invertase/auth-language
Set auth language #654
2018-01-17 15:23:41 +00:00
Michael Diarmid 983d273846
Update index.js 2018-01-17 15:22:39 +00:00
Michael Diarmid f320d9243a
Update index.js 2018-01-17 15:21:21 +00:00
Michael Diarmid 097ffbf494
Merge pull request #726 from AWDGroup/patch-1
Fixed: attempt to insert nil object from objects[0]
2018-01-17 15:16:45 +00:00
Michael Diarmid 43070b8c59
Merge pull request #658 from fr1n63/patch-1
Add '|| exit' 0 to opencollective
2018-01-17 15:15:44 +00:00
Michael Diarmid c9903706ab
Merge pull request #740 from hisokakei/ios-foreground-notif
Enable foreground notification on ios
2018-01-17 15:08:07 +00:00
Michael Diarmid 26be35ce40
Merge pull request #757 from pheromonez/master
Add Typescript definitions for Dynamic Links
2018-01-17 15:06:49 +00:00
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