@Salakar
e9739ea00a
build(firestore): update core peer dependency to v8.3.0 [publish]
2020-08-03 09:45:54 +00:00
@Salakar
5fd30e141f
build(dynamic-links): update core peer dependency to v8.3.0 [publish]
2020-08-03 09:45:54 +00:00
@Salakar
ad6378aada
build(database): update core peer dependency to v8.3.0 [publish]
2020-08-03 09:45:54 +00:00
@Salakar
581e2ea605
build(crashlytics): update core peer dependency to v8.3.0 [publish]
2020-08-03 09:45:54 +00:00
@Salakar
a9263d29d0
build(auth): update core peer dependency to v8.3.0 [publish]
2020-08-03 09:45:54 +00:00
@Salakar
7d754db0c8
build(analytics): update core peer dependency to v8.3.0 [publish]
2020-08-03 09:45:54 +00:00
@Salakar
5063ee4e3c
build(admob): update core peer dependency to v8.3.0 [publish]
2020-08-03 09:45:53 +00:00
@Salakar
bc7c51a547
chore(release): release packages
...
- @react-native-firebase/admob@7.4.0
- @react-native-firebase/analytics@7.4.0
- @react-native-firebase/app@8.3.0
- @react-native-firebase/auth@8.3.0
- @react-native-firebase/crashlytics@8.2.0
- @react-native-firebase/database@7.4.0
- @react-native-firebase/dynamic-links@7.4.0
- @react-native-firebase/firestore@7.5.0
- @react-native-firebase/functions@7.3.0
- @react-native-firebase/iid@7.3.0
- @react-native-firebase/in-app-messaging@7.3.0
- @react-native-firebase/messaging@7.6.0
- @react-native-firebase/ml-natural-language@7.3.0
- @react-native-firebase/ml-vision@7.3.0
- @react-native-firebase/perf@7.3.0
- @react-native-firebase/remote-config@8.1.0
- @react-native-firebase/storage@7.3.0
- @react-native-firebase/template@6.9.0
- react-native-firebase-tests@8.2.0
2020-08-03 09:45:52 +00:00
Yanick Bélanger
ce39abf9c0
fix(messaging): added missing from property in Remote Message type ( #4030 )
...
[publish]
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com >
2020-08-03 10:43:18 +01:00
Russell Wheatley
bf0611f10d
refactor!: remove flow types ( #3954 )
...
* chore(*): removed flow types
* chore(app): rm app-types package
2020-07-30 10:12:16 +01:00
Russell Wheatley
e7b4bb31b0
feat: use latest android & ios Firebase SDKs version ( #3956 )
...
* chore(*): version upgrades
* chore(*, ios): update GoogleUtilities test/ios
* chore(_,ios): update pod lock
* chore(crashlytics, android): update SDK for tests
* chore: move google-services plugin for gradle
* chore: ios sdk upgrade
* chore: update test Podfile.lock
2020-07-24 13:11:46 +01:00
Aranda Morrison
ff768fce54
feat(messaging,android): save notification payload for messages that arrive in the foreground ( #3896 )
2020-07-24 11:14:12 +01:00
Russell Wheatley
7e9d252853
refactor: remove deprecated code ( #3953 )
...
* chore(storage): rm downloadFile api
* chore(messaging): rm deprecated methods
* chore(dynamic-links): rm createDynamicLink
* chore(dynamic-links): rm createShortDynamicLink
* rm isRegisteredForRemoteNotifications
* chore(app): rm deprecrated util.paths
* chore: remove comment
2020-07-23 15:36:26 +01:00
Salakar
6620b9e1cc
chore(remote_config): manual release of 8.0.0
2020-07-23 11:09:36 +01:00
@Salakar
f4ba937797
chore(release): release packages
...
- @react-native-firebase/admob@7.3.3
- @react-native-firebase/messaging@7.5.0
- @react-native-firebase/perf@7.2.3
- @react-native-firebase/remote-config@7.2.3
- react-native-firebase-tests@8.1.1
2020-07-23 09:21:01 +00:00
Anderson Addo
430881032b
fix(perf): fix for #3736 ( #3978 )
...
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com >
[publish]
2020-07-23 10:19:27 +01:00
Russell Wheatley
256b6a47e5
feat(remote-config)!: API update to match web SDK ( #3537 )
...
* feat(remote-config): API update to match web SDK
* feat(remote-config): reset API for android
* tests(remote-config): update assertions
* tests(remote-config): update to match api
* chore(remote-config): update
* chore(remote-config): update tests/API
* tests(remote-config): update tests
* feat(remtoe-config): PR comment updates
* Apply suggestions from code review
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com >
* chore(remote-config): Pr comment updates
* fix(remote-config): revert back mocha config
* Apply suggestions from code review
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com >
* chore(remote-config): rename array
* chore(remote-config): PR updates
* chore(remote-config): lint disable
* chore(remote-config): update types
* docs(remote-config): update docs
* docs(remote-config): note
* docs(remote-config): update
* docs(remote-config): further updates
* fix(ml-vision): cancel tests
* docs(*): RNFB not part of spelling list
* chore(*) update spelling list
* docs(*): update ts.json docs
* docs(*): update ts docs
* Apply suggestions from code review
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com >
* chore(remote-config): release updates
* chore(remote-config): types
* chore(remote-config): 'fetchTimeMillis' api
* docs(remote-config): update docs
* chore(remote-config): api update
* Update packages/remote-config/type-test.ts
* chore(remote-config): further changes
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com >
2020-07-16 12:32:58 +01:00
Darren Ackers
4f15c83ca5
tests(firestore): additional tests for numeric where clauses ( #3895 )
...
* Added additional tests for numeric where clauses
* removed .only
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com >
2020-07-15 09:57:09 +01:00
Tobias Lohse
8c9f4f5e31
feat: disable direct channels API on iOS, fixes #3674 ( #3733 )
...
* set shouldEstablishDirectChannel to NO
* tests: make `onMessage` test Android only
This test will no longer function on simulators as a direct message channel is no longer established.
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com >
2020-07-14 09:33:13 +01:00
Darren Ackers
001cee0eac
tests(admob): migrate JS only tests to Jest ( #3586 )
...
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com >
2020-07-13 11:45:45 +01:00
@Salakar
1f2227198e
chore(release): release packages
...
- @react-native-firebase/auth@8.2.0
- react-native-firebase-tests@8.1.0
2020-07-10 13:09:53 +00:00
Russell Wheatley
aaff624025
feat(auth): verifyBeforeUpdateEmail API ( #3862 )
...
* feat(auth): 1st commit verifyBeforeUpdateEmail
* feat(auth): verifyBeforeUpdateEmail updates
* tests(auth): more coverage
* chore(ios): update podfile.lock
* tests(auth): update verifyBeforeUpdateEmail tests
* tests(auth): verifyBeforeUpdateEmail updates
[publish]
2020-07-10 14:08:12 +01:00
@Salakar
a7e4bd39b9
chore(release): release packages
...
- @react-native-firebase/firestore@7.4.3
- react-native-firebase-tests@8.0.10
2020-07-09 16:55:47 +00:00
Russell Wheatley
94ebc7e8de
chore(firestore): remove check that each read document also needs to be written for a transaction ( #3915 )
...
* chore(firestore): rm transaction read/write need
* tests(firestore): rm unnecessary test
[publish]
2020-07-09 17:54:19 +01:00
@Salakar
91e4faf395
chore(release): release packages
...
- @react-native-firebase/admob@7.3.2
- @react-native-firebase/analytics@7.3.1
- @react-native-firebase/auth@8.1.2
- @react-native-firebase/crashlytics@8.1.2
- @react-native-firebase/database@7.3.2
- @react-native-firebase/dynamic-links@7.3.2
- @react-native-firebase/firestore@7.4.2
- @react-native-firebase/functions@7.2.2
- @react-native-firebase/iid@7.2.2
- @react-native-firebase/in-app-messaging@7.2.2
- @react-native-firebase/messaging@7.4.2
- @react-native-firebase/ml-natural-language@7.2.2
- @react-native-firebase/ml-vision@7.2.2
- @react-native-firebase/perf@7.2.2
- @react-native-firebase/remote-config@7.2.2
- @react-native-firebase/storage@7.2.2
- react-native-firebase-tests@8.0.9
2020-07-09 08:22:21 +00:00
@Salakar
e27a1571b2
build(storage): update core peer dependency to v8.2.0 [publish]
2020-07-09 08:20:43 +00:00
@Salakar
3de57b8b40
build(remote-config): update core peer dependency to v8.2.0 [publish]
2020-07-09 08:20:43 +00:00
@Salakar
a309fce078
build(perf): update core peer dependency to v8.2.0 [publish]
2020-07-09 08:20:43 +00:00
@Salakar
7430f5a420
build(ml-vision): update core peer dependency to v8.2.0 [publish]
2020-07-09 08:20:43 +00:00
@Salakar
0e77f7b776
build(ml-natural-language): update core peer dependency to v8.2.0 [publish]
2020-07-09 08:20:43 +00:00
@Salakar
566867e3a8
build(messaging): update core peer dependency to v8.2.0 [publish]
2020-07-09 08:20:43 +00:00
@Salakar
e5d2321f94
build(in-app-messaging): update core peer dependency to v8.2.0 [publish]
2020-07-09 08:20:43 +00:00
@Salakar
c572d9625d
build(iid): update core peer dependency to v8.2.0 [publish]
2020-07-09 08:20:43 +00:00
@Salakar
146ab2bd51
build(functions): update core peer dependency to v8.2.0 [publish]
2020-07-09 08:20:43 +00:00
@Salakar
9908f3b58a
build(firestore): update core peer dependency to v8.2.0 [publish]
2020-07-09 08:20:42 +00:00
@Salakar
2458168a53
build(dynamic-links): update core peer dependency to v8.2.0 [publish]
2020-07-09 08:20:42 +00:00
@Salakar
0f291e35a6
build(database): update core peer dependency to v8.2.0 [publish]
2020-07-09 08:20:42 +00:00
@Salakar
304893b515
build(crashlytics): update core peer dependency to v8.2.0 [publish]
2020-07-09 08:20:42 +00:00
@Salakar
2534588759
build(auth): update core peer dependency to v8.2.0 [publish]
2020-07-09 08:20:42 +00:00
@Salakar
d70dfad134
build(analytics): update core peer dependency to v8.2.0 [publish]
2020-07-09 08:20:42 +00:00
@Salakar
ab9fb57d89
build(admob): update core peer dependency to v8.2.0 [publish]
2020-07-09 08:20:42 +00:00
@Salakar
1055737861
chore(release): release packages
...
- @react-native-firebase/analytics@7.3.0
- @react-native-firebase/app@8.2.0
- react-native-firebase-tests@8.0.8
2020-07-09 08:20:42 +00:00
Russell Wheatley
6c53f479d9
feat(analytics): add & deprecate pre-defined analytics events ( #3385 )
...
* updating analytics types
* further type updates
* update log events for analytics
* update validation
* feat(analytics): update events & tests
* tests(analytics): update
* build(analytics): types & type tests
* chore(analytics): update to revised api
* feat(analytics): further updates for package
* Apply suggestions from code review
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com >
* tests(analytics): update tests
* tests(ml-vision): stop testing ml-vision
* chore(*): spelling
* chore(*): spelling
* chore(analytics): update ts docs
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com >
[publish]
2020-07-09 09:18:48 +01:00
@Salakar
4cd8363212
chore(release): release packages
...
- @react-native-firebase/admob@7.3.1
- @react-native-firebase/analytics@7.2.1
- @react-native-firebase/auth@8.1.1
- @react-native-firebase/crashlytics@8.1.1
- @react-native-firebase/database@7.3.1
- @react-native-firebase/dynamic-links@7.3.1
- @react-native-firebase/firestore@7.4.1
- @react-native-firebase/functions@7.2.1
- @react-native-firebase/iid@7.2.1
- @react-native-firebase/in-app-messaging@7.2.1
- @react-native-firebase/messaging@7.4.1
- @react-native-firebase/ml-natural-language@7.2.1
- @react-native-firebase/ml-vision@7.2.1
- @react-native-firebase/perf@7.2.1
- @react-native-firebase/remote-config@7.2.1
- @react-native-firebase/storage@7.2.1
- react-native-firebase-tests@8.0.7
2020-07-07 06:25:56 +00:00
@Salakar
dce360a338
build(storage): update core peer dependency to v8.1.0 [publish]
2020-07-07 06:23:43 +00:00
@Salakar
1df26e3ac4
build(remote-config): update core peer dependency to v8.1.0 [publish]
2020-07-07 06:23:43 +00:00
@Salakar
f5d75a8d91
build(perf): update core peer dependency to v8.1.0 [publish]
2020-07-07 06:23:43 +00:00
@Salakar
85f54bff5c
build(ml-vision): update core peer dependency to v8.1.0 [publish]
2020-07-07 06:23:43 +00:00
@Salakar
57163e1c40
build(ml-natural-language): update core peer dependency to v8.1.0 [publish]
2020-07-07 06:23:43 +00:00
@Salakar
996476ee44
build(messaging): update core peer dependency to v8.1.0 [publish]
2020-07-07 06:23:43 +00:00