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
83e3017b7a
docs(*): regenerate reference docs
2019-11-25 22:36:33 +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
Salakar
1940d6c8fb
fix(messaging): deprecate onTokenRefresh(event => event.token) fixes #2889
2019-11-25 21:19:29 +00:00
Salakar
547d0a2d74
feat(ios): upgrade Firebase iOS SDK version to 6.13.0
2019-11-25 20:53:34 +00:00
Salakar
c4adc1bc22
test(vision): disable text recognizer tests for android
...
Enable once ML Kit Model download manager support implemented
2019-11-25 20:52:31 +00:00
Salakar
5b612ba6ae
chore(tests): longer retry delays to work around ML Kit model download (to be fixed once model manager support added)
2019-11-25 20:45:46 +00:00
Salakar
8e8b380597
refactor(*): formatting
2019-11-25 13:27:38 +00:00
Salakar
0e025a13c2
refactor(*): goodbye notifications
2019-11-25 13:24:02 +00:00
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
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