Salakar
44537d4e95
Merge remote-tracking branch 'origin/master'
2019-11-25 12:59:48 +00:00
Salakar
ccc1ba4ae9
refactor(*): goodbye invites
2019-11-25 12:59:36 +00:00
Mike Hardy
88a01672a8
fix(admob,ios): use AdMob vs Admob for Pod name ( #2922 )
...
I believe this is necessary for case-sensitive file systems
2019-11-24 18:35:38 +00:00
Facundo Acosta
fded28621f
fix(storage): fix video asset resources on iOS13 ( #2750 )
...
* 🐛 Fix video asset resource on iOS13
* Update packages/storage/ios/RNFBStorage/RNFBStorageCommon.m
Co-Authored-By: Mike Diarmid <mike.diarmid@gmail.com >
* Update packages/storage/ios/RNFBStorage/RNFBStorageCommon.m
Co-Authored-By: Mike Diarmid <mike.diarmid@gmail.com >
2019-11-24 18:30:38 +00:00
Salakar
9dd3fa68c3
fix(template): add noCompress tflite by default to android template (for #2478 )
2019-11-24 18:25:15 +00:00
Mike Diarmid
42e034c480
feat(firestore): array-contains, array-contains-any & in filters ( #2868 )
...
* feat(firestore) Add IN query support (JS/Android)
* feat(firestore) in query validation
* feat(firestore) in query ios support / tests
* docs(firestore): update reference docs to include in query support
2019-11-24 18:21:38 +00:00
Salakar
e14680adde
refactor(linting): fix linting issue
2019-11-24 17:14:54 +00:00
Cameron Knight
f0e614f485
fix(messaging): typo in isRegisteredForRemoteNotifications ( #2645 )
...
This changes the access of `native.isRegisteredForRemoteNotifcations` (missing `i`) to `native.isRegisteredForRemoteNotifications`, which matches the string defined in https://github.com/invertase/react-native-firebase/blob/master/packages/messaging/ios/RNFBMessaging/RNFBMessagingModule.m#L58
This also fixes the coercion of falsy values to `true`, which would have occurred if `native.isAutoInitEnabled` or `native.isRegisteredForRemoteNotifications` were initially `false`.
2019-11-23 17:28:30 +00:00
SaeedZhiany
24ed7161d3
refactor(*): load Android Gradle Plugin conditionally ( #2863 )
...
* Loaded Android Gradle Plugin conditionally, Upgraded AGP version to 3.5.2
* Upgraded AGP version to 3.5.2
* upgraded Gradle wrapper version to 5.6.4
2019-11-23 17:22:07 +00:00
Robin Binder
fb4941b6e5
feat(template): upgrade to React Native 0.61.4 ( #2821 )
...
* upgraded to react native 0.61.4
* line break fix in podfile for rn 0.61.4 upgrade
2019-11-23 17:19:31 +00:00
Graeme Coupar
57965e73a7
feat(remote-config): support minimumFetchInterval config setting ( #2789 )
...
Prior to this change the only RemoteConfig setting that was available is
the isDeveloperModeEnabled setting. On iOS this setting causes react
native firebase to call `initWithDeveloperModeEnabled` - which [is
deprecated](https://github.com/firebase/firebase-ios-sdk/blob/master/FirebaseRemoteConfig/Sources/Public/FIRRemoteConfig.h#L148-L149 )
and appears to do nothing.
This adds support for the minimumFetchInterval setting, which is the
recommended way to control the fetch timeout now (on iOS at least)
2019-11-23 17:00:31 +00:00
Dulmandakh
7cab58d87f
fix(messaging,ios): hasPermission checks authorizationStatus ( #2908 )
2019-11-23 16:50:33 +00:00
Juan
1fb296dc3b
fix(admob): add null checks for getCurrentActivity() usages ( #2913 )
2019-11-23 16:45:34 +00:00
Ramakrishnan K
227ab631a6
fix(auth): trigger initial listener asynchronously ( #2897 )
...
Applies to onAuthStateChanged, onIdTokenChanged & onUserChanged
2019-11-23 16:37:49 +00:00
baspellis
5471187b30
fix(auth): collection was mutated while being enumerated. ( #2900 )
2019-11-19 18:52:36 +00:00
Elliot Hesp
1f622039cc
chore(*) Fix #2885
2019-11-18 13:45:29 +00:00
Mike Diarmid
34df18e139
refactor(database,ios): remove leftover logging points
2019-11-18 13:43:33 +00:00
Salakar
237d80e0df
chore(release): v6.0.4
2019-11-17 07:13:36 +00:00
Salakar
964bdffe95
chore(release): v6.0.4
2019-11-17 07:10:20 +00:00
Tuan Luong
26f752a117
fix(storage,ios): Handle null Storage metadata values ( #2875 )
2019-11-17 07:00:03 +00:00
Salakar
4aba4e56dc
refactor(firestore): Fix issue caused from previous unreleased refactor
2019-11-17 06:39:43 +00:00
Brian Cooley-Gilliom
eeb90c0a37
fix(storage,ios): Handle null Storage metadata values ( #2881 )
2019-11-17 05:51:04 +00:00
Andrzej
2369c629fc
fix(analytics): Use correct add_to_cart event name ( #2882 )
2019-11-17 05:48:48 +00:00
Mike Diarmid
ed858c96ee
fix(firestore,ios): Settings incorrectly set multiple times ( #2869 )
...
* fix(firestore,ios): Firestore settings incorrectly set multiple times
Fixes an issue where Firestore settings are incorrectly set multiple times rather than once.
* refactor(firestore,ios): Misc code cleanup
2019-11-14 10:57:53 +00:00
Mike Diarmid
a5da0107ff
fix(firestore): correctly apply internal __name__ query modif… ( #2866 )
...
* fix(firestore): correctly apply internal `__name__` query modifier (fixes #2854 )
* chore(tests): cleanup unnecessary code
2019-11-13 17:24:51 +00:00
Mike Diarmid
1def1c1ce5
fix(template): Fix invalid flow config file
...
Looks like GitHub website content was accidentally copied into the file
2019-11-13 12:51:04 +00:00
Elliot Hesp
cf2bf17ec7
chore(*) Added missing dynamic links docs info
...
Added missing dynamic links info
2019-11-12 12:44:27 +00:00
Salakar
86d96139d9
docs(ml-natural-language): Add example to SuggestedReply interface
2019-11-11 17:39:09 +00:00
Pablo Kebees
5d4534db78
Added missing dynamic links info
2019-11-11 16:19:12 +01:00
Matthieu Bagory
0843cbdf3a
fix(auth): Fix exception in PhoneAuthListener ( #2828 )
...
Should fix #2639
2019-11-06 16:39:34 +00:00
Salakar
5efdd152a6
chore(*): v6.0.3 release
2019-10-25 18:55:39 +01:00
Salakar
e720c0be64
chore(*): v6.0.3 release
2019-10-25 18:54:40 +01:00
Justin Huntington
99dffa24a1
refactor(database): Merge duplicated fix to adjust variable name ( #2772 )
2019-10-25 18:12:18 +01:00
Ismar Besic
e2b1b6f56f
fix(database): Fix crash when removing listeners at RN reload ( #2770 )
...
* Fixed crash when removing listeners caused by modifying an object while enumerating it
* Use allKeys instead of copy
2019-10-25 18:09:12 +01:00
Elliot Hesp
35e9388884
Update forEach types
2019-10-25 14:59:59 +01:00
Salakar
cbced419d4
fix(storage,ios): Fix issue with ph:// (Photos) paths
2019-10-24 16:17:38 +01:00
Salakar
371bb400ea
docs(storage): Fix task.on example
2019-10-24 15:06:38 +01:00
Elliot Hesp
b90c550396
][
2019-10-24 10:53:40 +01:00
Salakar
198157d424
chore(release): v6.0.2
2019-10-18 14:25:18 +01:00
Salakar
be543f4911
chore(release): v6.0.2
2019-10-18 14:24:03 +01:00
Elliot Hesp
49c0050383
fix(auth): Fix iOS event subscriptions not correctly removing on reload
...
* fix(auth): Fix iOS event emitter removal
2019-10-18 13:15:55 +01:00
Elliot Hesp
d717f981d4
fix(vision): Improve null checks on iOS #2744 ( #2747 )
2019-10-18 13:14:21 +01:00
Mike Diarmid
f3b2c68c16
Merge branch 'master' into @ehesp/#2719
2019-10-16 15:34:09 +01:00
ehesp
37150b2585
[analytics] Fix incorrect int type
2019-10-16 09:55:10 +01:00
ehesp
f520406520
[firestore] Apply ID cursor when no orders
2019-10-16 09:35:43 +01:00
Salakar
a790ed5697
[auth] create a stack trace for phone auth listener (fixes #2639#issuecomment-539915313)
2019-10-09 10:35:16 +01:00
Salakar
5a6d46878f
v6.0.1
2019-10-07 07:25:32 +01:00
Salakar
d8ce17369e
v6.0.1
2019-10-07 07:05:43 +01:00
Salakar
f68425f258
[firestore][android] Fix NPE in exception handling ( fixes #2681 )
2019-10-07 06:53:07 +01:00
Salakar
9762abaf6e
[types] fix formatting
2019-10-07 06:36:47 +01:00