Commit Graph

629 Commits

Author SHA1 Message Date
ehesp
2ee781f2ba fix(firestore): fix incorrect test 2020-02-03 15:19:30 +00:00
ehesp
a3aaff353f fix(firestore): use document path when querying by collection group #3063 2020-02-03 15:17:22 +00:00
ehesp
13a6560a40 feat(firestore): fix Android Long/Double conversion #3004 2020-02-03 14:27:27 +00:00
Vytenis
2cd513aee3 fix(types): remove types in ConfirmationResult.js (#3153)
* Update ConfirmationResult.js

'types' can only be used in a .ts file.

* Update OAuthProvider.js
2020-01-31 11:28:03 +00:00
Russell Wheatley
46be1b0c99 fix(package/app): remove obj.freeze for redux-firestore 2020-01-31 10:52:19 +00:00
Alex Porras
95be87780c fix(app,ios): fix setPlistValue when plist paths have spaces (#3152) 2020-01-30 18:41:48 +00:00
Russell Wheatley
b8490a58a8 add key to the Reference type for realtime db (#3150)
* add key to the Reference type for realtime db

* Update packages/database/lib/index.d.ts

* Update packages/database/lib/index.d.ts

* Update packages/database/lib/index.d.ts

* removed spacing

Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
2020-01-30 12:16:38 +00:00
Juan
b5243cf25a fix(admob,android): null check activity in consent form (#2985)
* Added missing null checks for getCurrentActivity()

* Added null check in Consent module form.
Wrapped consentForm.show() with try-catch.

Co-authored-by: Mike Hardy <github@mikehardy.net>
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
2020-01-30 11:48:09 +00:00
Andrew Fladmark
7db4cd883a fix(app,ios): use correct import of RCTBridgeModule.h (#2850)
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
Co-authored-by: Mike Hardy <github@mikehardy.net>
2020-01-30 11:44:37 +00:00
Russell Wheatley
8fa44d2f23 docs(crashlytics): fix incorrect method for crashlytics types (#3137) 2020-01-28 21:12:06 +00:00
Alex Porras
ceddf99673 fix(app,ios): handle Info.plist file paths with spaces (#3135) 2020-01-27 15:58:45 +00:00
Russell Wheatley
044711cf7d Shared keychain ios (#3122)
* first step to implementing solution for #3074

* back to iOS 12.2 for simulator

* handle keychain error

* test for  iOS 'useUserAccessGroup'  function

* clean up keychain after setting it

* Update packages/auth/ios/RNFBAuth/RNFBAuthModule.m

* Update packages/auth/lib/index.d.ts

Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
2020-01-27 10:12:25 +00:00
Russell Wheatley
1e567214e9 Performance bug (#3123)
* floating point number bug fix

* formatting
2020-01-27 10:11:56 +00:00
Anderson Addo
9105b1fab3 Updated type-test.ts to reflect new signature. 2020-01-21 13:27:23 -05:00
Anderson Addo
a2879b60fd Corrected typescript signature for setBackgroundMessageHandler
It wasn't specified that it should actually return a promise
2020-01-21 12:30:51 -05:00
Mike Diarmid
239b35b362 fix(auth): add missing default actionCodeSettings
Highlighted by @mikehardy on Discord server
2020-01-21 16:54:36 +00:00
Russell Wheatley
c66bfc61db fix(firestore,android): add additional null check to exception handler 2020-01-20 11:49:57 +00:00
Mike Diarmid
d11c4ffe5b chore(docs): fix linting issue 2020-01-20 10:21:13 +00:00
Mike Hardy
036a50e7b8 docs(crashlytics): notes on what to expect for crashes (#3092) 2020-01-14 11:08:52 +00:00
Cuneyt Aliustaoglu
39016346e4 fix(crashlytics,ios): version bump native ios deps (#3013)
* version bump: Crashlytics 3.12.0->3.14.0 & Fabric 1.9.0->1.10.2 to prevent deprecated UIWebView issue

* update Podfile.lock

Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
2020-01-14 10:59:10 +00:00
Michael Tamm
84be0ee2b2 fix(crashlytics): handle undefined fileName in stack frames (#3080) 2020-01-13 17:23:32 +00:00
Pablo Kebees
c5043d1fcf fix(auth,ios): remove unnecessary string cast (#3091)
* Removed string cast from dynamicLinkDomain

Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
2020-01-13 17:16:22 +00:00
Joel Gallant
2e2b24e51d chore(app): refactor default re-export syntax (#3036) 2019-12-30 13:22:15 +00:00
Gustavo
e7fced7348 fix(app): typo (#3047) 2019-12-30 13:21:05 +00:00
Sandro Machado
6a64c478dd docs(messaging): fix broken Firebase link (#3028)
Fix the link to the cloud messaging product on the README.md
2019-12-20 10:42:15 +00:00
Salakar
5ce2ee3548 chore(*): v6.2.0 2019-12-08 00:07:43 +00:00
Salakar
8ae094a2d5 chore(*): v6.2.0 2019-12-08 00:03:12 +00:00
Yogiyadavmca
8527aa8c48 fix(crashlytics,ios): use quotes on build script (#2962) 2019-12-07 23:07:11 +00:00
Salakar
99408e043c docs(auth): add Apple auth iOS only note 2019-12-07 23:03:56 +00:00
Salakar
7ec161aa1d docs(auth): add Apple auth links 2019-12-07 22:59:24 +00:00
Mike Diarmid
3e20af06db feat(auth): add initial support for Apple auth provider (#2979) 2019-12-07 22:47:48 +00:00
Joel Gallant
fde6b9f879 refactor(internal): switch default export syntax (#2975) 2019-12-06 20:43:32 +00:00
Pablo Kebees
69482eb9b5 docs(auth): fix incorrect auth credential example (#2969) 2019-12-06 20:42:22 +00:00
Salakar
f15295bbd0 chore(*): v6.1.0 2019-11-26 04:26:30 +00:00
Salakar
53eb82fa3a chore(*): v6.1.0 2019-11-26 04:25:16 +00:00
Salakar
d7252a2d4e fix(database,android): fix issue where transaction signal state error not caught 2019-11-26 04:00:41 +00:00
Salakar
3e909813fb feat(template): update template to RN 0.61.5 2019-11-26 03:49:27 +00:00
Salakar
53f0788c61 docs(messaging): add docs for #2657 2019-11-26 03:22:09 +00:00
Salakar
8c339d10e2 fix(messaging,ios): wait for remote notification registration status
Wait for remote notification registration before resolving on `requestPermission`. This fixes issue #2657 where remote registration is still in progress when attempting retrieve a token.
2019-11-26 03:01:52 +00:00
Salakar
3b67135e8b test(database): use secondary db instance for root test 2019-11-26 01:46:02 +00:00
Salakar
9df493e837 fix(auth): dont mutate modifiers ordering when building query key (fixes #2833) 2019-11-26 01:44:11 +00:00
Salakar
09058ee5bb test(auth): remove unnecessary sleep call 2019-11-26 01:04:56 +00:00
Salakar
bbf3df98ab fix(database,ios): return null snapshot key if does not exist (fixes #2813) 2019-11-26 01:01:52 +00:00
Salakar
342c7365c4 refactor(analytics): fix linting issue from #2822 2019-11-25 22:35:56 +00:00
Tom Berriot
3b8757c0d4 fix(analytics): ts logEvent params arg should be optional (#2822)
* Fix analytics log event params not optional when it should be

* Update Flow analytics log event type not in sync
2019-11-25 22:33:25 +00:00
Justin Huntington
4c19b9439d fix(crashlytics): setCrashlyticsCollectionEnabled return promise (#2792)
setCrashlyticsCollectionEnabled should return a promise to match the types.
2019-11-25 22:32:06 +00:00
Salakar
b7374add76 refactor(*): remove unused code & fix linting issues 2019-11-25 21:46:06 +00:00
Salakar
2fc9e9d537 fix(storage,js): validate that list maxResults is an integer value 2019-11-25 21:38:21 +00:00
Salakar
94881037e0 fix(storage,ios): use long value for maxResults list option (fixes #2804) 2019-11-25 21:36:51 +00:00
Salakar
8b451b48ee test(vision): disable text recognizer tests for android
Enable once ML Kit Model download manager support implemented
2019-11-25 21:22:22 +00:00