Mike Diarmid
b4eaa39ea8
fix(android,build): conditionally check app dependency, fixes… ( #3215 )
2020-02-16 18:27:35 +00:00
Luis Rodriguez
f790630242
docs(messaging): fixed types incorrectly referencing firestore() #3201
2020-02-16 17:48:33 +00:00
Anderson Addo
ddde113af6
docs(database): added missing use of .push() type docs ( #3202 )
2020-02-16 17:47:04 +00:00
Jelle Breuer
1a43a05f96
docs(auth): fixes wrong signOut method call in types ( #3212 )
2020-02-16 17:45:20 +00:00
Mike Hardy
fb763ebde2
fix(android,build): use correct plugin & BoM versions
...
* fix: bump invertase gradle plugin to 1.4
* fix: harmonize android dependencies on BoM 24.1.0
2020-02-16 17:44:13 +00:00
russellwheatley
b75cca2423
v6.3.3
2020-02-13 12:40:21 +00:00
russellwheatley
8f886bde15
v6.3.3
2020-02-13 12:39:03 +00:00
Russell Wheatley
5ff49b1b42
@russell/fix fieldpath ( #3192 )
...
* bug(firestore): use queryWhereFieldPath method
* remove whitespace
* fix(firestore): fix filters
* bug(firestore): send string fieldpath over bridge
* tests(ml-vision): remove from test suite as flaky
* bug(auth): sendEmail option setting default 'null'
* bug(firestore): validateWhere failing
* test(firestore): _toPath() in error
* format(firestore): formatting errors
2020-02-13 12:31:53 +00:00
russellwheatley
b443588397
v6.3.2
2020-02-11 09:48:23 +00:00
russellwheatley
64bb3f3112
v6.3.2
2020-02-11 09:46:30 +00:00
Elliot Hesp
2cb6d44b77
fix(firestore): handle fieldpath as array value ( #3179 )
...
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com >
Co-authored-by: Russell Wheatley <russellwheatley85@gmail.com >
2020-02-11 09:36:08 +00:00
Russell Wheatley
13e9c86c24
bug(firestore): fix multiple cursor query
...
* fixed, fieldPath:'__name__' should be added once for queries with multiple cursors
* fixed es-lint errors
* test(firestore): test for multiple query
Co-authored-by: Mohammed Maaz <maazproductions25@gmail.com >
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com >
2020-02-11 08:40:46 +00:00
Russell Wheatley
af768e3eb5
bug(admob): set correct loading var ( #3190 )
2020-02-10 18:47:11 +00:00
Russell Wheatley
ff40f79aed
Update documentation for dynamic-links
2020-02-07 13:40:37 +00:00
Mike Diarmid
704ba240ab
chore: temp disable flakey mlkit vision test
2020-02-06 13:33:47 +00:00
Mike Diarmid
9d61d84283
chore: fix linting issue
2020-02-06 13:03:47 +00:00
Mike Diarmid
21d9e8aeb8
tests(auth): temporarily disable flakey tests
2020-02-06 12:59:20 +00:00
Mike Diarmid
1179d36fff
tests(auth): temporarily disable flakey tests
2020-02-06 12:58:01 +00:00
russellwheatley
44b271c8b6
v6.3.1
2020-02-05 16:28:05 +00:00
russellwheatley
558abc7e29
v6.3.1
2020-02-05 16:26:28 +00:00
Russell Wheatley
ffcb4d432b
fix(dynamic-linking): analytics param bug fix ( #3171 )
2020-02-05 13:25:57 +00:00
russellwheatley
7c746c04c0
6.3.0
2020-02-04 09:35:24 +00:00
russellwheatley
f61c858140
6.3.0
2020-02-04 09:22:49 +00:00
Elliot Hesp
5de37708da
feat(firestore): add QueryDocumentSnapshot interface
2020-02-03 15:23:16 +00:00
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
Joel Nordström
f1cf24cd8c
Merge branch 'master' into query-document-snapshot
2020-01-30 13:59:04 +01: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