Commit Graph

3408 Commits

Author SHA1 Message Date
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
Elliot Hesp
f9da620105 docs(*) Fix typos in DynamicLinks Quick Start guide 2019-11-21 09:44:07 +00:00
Elliot Hesp
d421a6d03c docs(*) Fix package names in documentation 2019-11-21 09:42:54 +00:00
Radosław Szalski
40926dc2ea [Docs] Fix typos in DynamicLinks Quick Start guide
Also, I slightly reworded the description of `getInitialLink()`.
2019-11-21 09:53:45 +01:00
Dulmandakh
84549bcdd7 fix package names in documentation 2019-11-21 11:11:37 +08:00
Olcay Karaduman
3026b6ef37 docs(database): fix typo in quick-start.md #2898
Fix small typo `initilizing` -> `initializing`
2019-11-20 13:38:47 +00:00
baspellis
5471187b30 fix(auth): collection was mutated while being enumerated. (#2900) 2019-11-19 18:52:36 +00:00
Elliot Hesp
5c273d72b1 chore(*) Add Analytics with TestLab documentation
Add docs about ignoring analytics in TestLab
2019-11-19 10:46:52 +00:00
tje512
ccc39749cd Add docs about ignoring analytics in TestLab 2019-11-18 17:55:15 +01: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
Salakar
2e219d24cf chore(tests): Use exact lerna version to work around https://github.com/lerna/lerna/issues/2348 2019-11-17 06:38:47 +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
sirajalam049
41d468ef5e docs(*): Fix broken link in index.md (#2835)
Broken link fixed for dynamic links docs
2019-11-07 08:36:17 +00:00
Matthieu Bagory
0843cbdf3a fix(auth): Fix exception in PhoneAuthListener (#2828)
Should fix #2639
2019-11-06 16:39:34 +00:00
bitlab-code
f478a57397 docs(messaging): Add iOS Manual Linking Guide for RNFBMessaging (#2831) 2019-11-06 14:41:42 +00:00
bitlab-code
c309ce5b3d docs(in-app-messaging): fix typo in doc ios manual install (#2830)
* fix a typo in doc about manual install
* fix missing typo in description
2019-11-06 14:39:43 +00:00
bitlab-code
151221304d docs(remote-config): fix a typo in doc RNFBRemoteConfig manual install (#2832)
```
[!] No podspec found for `RNFBConfig` in `../node_modules/@react-native-firebase/remote-config`
```
2019-11-06 14:32:17 +00:00
Rob S
d7764ed573 docs(vision): Fix incorrect Android package name (#2812) 2019-11-04 16:32:25 +00:00
ehesp
4709781fb0 Add pod install line to quick starts 2019-11-04 09:02:11 +00:00
Mike Diarmid
8d6ed4c543 Update quick-start.md 2019-11-02 20:07:01 +00:00
Mike Diarmid
b6e6fd9e29 Update quick-start.md 2019-11-02 20:06:25 +00:00
Sharfin Jahan Sakib
264e658031 docs(auth): Update sms code confirmation example (#2811) 2019-11-02 19:11:57 +00:00
thebylito
40f99e2bb3 docs(admob): Fix incorrect import of Admob package 2019-11-02 19:09:18 +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
Salakar
ab958d1028 Merge branch 'master' of https://github.com/invertase/react-native-firebase 2019-10-25 18:13:00 +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
Salakar
ef824af822 docs(reference): Regenerate type docs 2019-10-25 18:04:13 +01:00
Elliot Hesp
35e9388884 Update forEach types 2019-10-25 14:59:59 +01:00