Russell Wheatley
52eeed31b3
feat(crashlytics): add new APIs checkForUnsentReports, deleteUnsentReports,didCrashOnPreviousExecution,sendUnsentReports ( #4009 )
...
Adds the following additional Crashlytics APIs:
- checkForUnsentReports()
- deleteUnsentReports()
- didCrashOnPreviousExecution()
- sendUnsentReports()
[publish]
Co-authored-by: Mike Hardy <github@mikehardy.net >
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com >
2020-08-03 11:02:08 +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
Salakar
6620b9e1cc
chore(remote_config): manual release of 8.0.0
2020-07-23 11:09:36 +01: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
50d6e370ac
tests: update pods
2020-06-30 21:12:06 +01:00
Salakar
1ecadc5e50
docs: format markdown files
2020-06-30 21:09:22 +01:00
Aure77
cad58e178b
feat(crashlytics)!: upgrade to new Firebase Crashlytics SDK ( #3580 )
...
Goodbye Fabric, hello Firebase Crashlytics.
BREAKING CHANGE: This is a breaking change to remove the use of the Fabric SDKs.
Co-authored-by: David Buchan-Swanson <david.buchanswanson@gmail.com >
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com >
[publish]
2020-06-30 20:56:01 +01:00
Mike Hardy
5560cbaca2
tests: update test project ( #3815 )
2020-06-22 10:32:30 +01:00
Mike Diarmid
f794ca08bc
ci: use FirebaseFirestore pre-compiled pod ⚡ ( #3777 )
...
* tests: use FirebaseFirestore pre-compiled pod
* Update tests_e2e.yml
* Revert tests_e2e.yml
* Update Podfile
* update Podfile
* update podfile
* ci: update detox version
* ci: update android emulator options
* ci: temp disable app delete tests
* ci: android disable hardware acceleration
* ci: increase timeouts
2020-06-15 09:46:24 +01:00
Russell Wheatley
4db9dbc3ec
feat: update native Firebase SDK versions ( #3663 )
...
Updated Firebase Android SDK BoM version to 25.3.1 (from 24.1.0) and iOS SDK to 6.25.0 (from 6.13.0).
[publish]
2020-05-22 22:23:36 +01:00
Salakar
d44f0d6c85
chore: include analytics pods
...
Part of #3575
2020-05-08 08:28:29 +01:00
Mike Diarmid
252a4239e9
feat!: all packages should depend on core ( #3613 )
...
All packages now peer-depend on an explicit version of the `app` package.
BREAKING CHANGE: breaking change to mark new internal versioning requirements.
2020-05-05 20:25:08 +01:00
Mike Diarmid
81479dc48e
tests: support Android e2e tests on Actions ( #3517 )
...
[skip-ci]
2020-04-24 11:05:25 +01:00
Mike Diarmid
e2c2d64d22
feat: independently version packages ( #3513 )
...
* feat: remove core version lock
* chore: v6.4.1
* chore: v6.4.1
* chore: configure lerna for independent versions
* chore: configure lerna for independent versions
* chore: only check docs folder
skipping elsewhere due to generated files such as changelogs
2020-04-22 15:48:13 +01:00
Mike Diarmid
e427fcfd9b
chore: github actions ( #3472 )
2020-04-17 14:54:16 +01:00
Mike Diarmid
67bbd30a34
chore: upgrade testing project to RN 0.62.x ( #3433 )
...
* chore: upgrade testing project to RN 0.62.x
* add placeholder flow script for CI
* update jet to fix iOS issue
* revert typedoc version (latest version not working)
* add `react-native-port-patcher` back in - port still being ignored by RN so patching manually
* add `react-native-port-patcher` back in - port still being ignored by RN so patching manually
* temporarily use iphone x for detox until CI servers upgraded
* -
* Update package.json
* Update on.e2e.js
* Update orderByValue.e2e.js
* Update on.e2e.js
* Update init.js
* -
2020-04-14 21:14:44 +01:00
Salakar
aa127b8444
chore(release): v6.4.0
2020-04-03 14:41:40 +01:00
Mike Diarmid
530f8bbb51
feat(ios): allow static_framework usage via Podfile global ( #3388 )
...
First pass at addressing #3253 to allow release in 6.4.0. For v7.0.0 we should make the default value true along with the RN min version set to 0.61.x +
2020-04-02 18:29:13 +01:00
Elliot Hesp
d66a6118f8
feat(messaging): ios & android messaging updates & fixes ( #3339 )
...
See PR #3339 for changes.
Co-authored-by: Salakar <mike.diarmid@gmail.com >
2020-03-27 00:06:30 +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
Salakar
8ae094a2d5
chore(*): v6.2.0
2019-12-08 00:03:12 +00:00
Salakar
53eb82fa3a
chore(*): v6.1.0
2019-11-26 04:25:16 +00:00
Salakar
547d0a2d74
feat(ios): upgrade Firebase iOS SDK version to 6.13.0
2019-11-25 20:53:34 +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
964bdffe95
chore(release): v6.0.4
2019-11-17 07:10:20 +00:00
Salakar
e720c0be64
chore(*): v6.0.3 release
2019-10-25 18:54:40 +01:00
Salakar
be543f4911
chore(release): v6.0.2
2019-10-18 14:24:03 +01:00
Salakar
d8ce17369e
v6.0.1
2019-10-07 07:05:43 +01:00
Salakar
7f0e7e1e13
[tests] update to RN 0.60.5
2019-09-24 13:23:28 +01:00
Salakar
c12b5a5f1f
v6.0.0
2019-09-24 12:26:16 +01:00
Salakar
27a5ff671c
v0.5.4
2019-09-23 01:48:17 +01:00
Salakar
cf7b61a557
[core][ios] rework firebase.json bash script to support adding dynamic entries
2019-09-23 01:30:48 +01:00
Salakar
ef3f90d4e8
v0.5.3
2019-09-22 23:54:56 +01:00
Salakar
c8b92cbd67
[dynamic-links] remove GoogleUtilities from podspec - 'fixes target has libraries with conflicting names: libgoogleutilities.a'
2019-09-22 23:45:23 +01:00
Salakar
e078ebb3eb
v0.5.2
2019-09-19 13:26:11 +01:00
Salakar
2b36771f85
[ios] allow overriding Fabric & Crashlytics SDK versions cc @kevinvugts
2019-09-19 13:21:24 +01:00
Salakar
eb1b5afb13
[ios][crashlytics] add script phases linking config
2019-09-19 13:01:08 +01:00
Salakar
a2f0fd6638
[ios] fix an issue on podspecs when not using the custom version override logic
...
Updated Firebase SDKs also to 6.8.1
2019-09-19 13:00:28 +01:00
Salakar
49a53a738b
[ios] remove old auto-linking (added pre RN auto-linking)
2019-09-18 22:47:26 +01:00
Elliot Hesp
4928e6e38f
Allow pod version overrides ( #2589 )
2019-09-17 16:20:37 +01:00
Salakar
5b304a4bb5
v0.4.0
2019-09-14 21:24:43 +01:00
Mike Diarmid
00e27a9f37
[v6] AdMob - Follow-up (Adds Banner Views) ( #2530 )
2019-09-13 19:10:41 +01:00
Frieder Bluemle
3dbca459fa
Remove executable bit from non-executable files ( #2531 )
2019-08-30 13:17:26 +01:00
Ilja Daderko
16e67ddbf8
Move file methods / constants from storage to utils ( #2511 )
...
* stash
* move commons into the app
* move utils module into app
* Update index.d.ts
* re-trigger build
* fix eslint issues
* Fix formatting eslint issues
* move utils documentation to app
* Dissalow number values in setUserProperties
* fix test
* add utils export to app module
* clean up utils export
* Move path helpers to utilities module
* I have no idea
* Update RNFBUtilsModule.m
* remove duplicate util files
* fix RNFBUtilsModule merge conflict
* fix android build
* Move path constants from storage to utils, remove old GH Actions
* resolve remaining merge confs
* resolve type definition conflict
* add requiresMainQueueSetup to RNFBUtilsModule
2019-08-28 13:17:48 +03:00
Ilja Daderko
c7f58f8afc
[internal] Move @react-native-firebase/utils into /app ( #2487 )
2019-08-23 12:05:37 +01:00
ehesp
35c18d67d3
Improve Analytics tests
2019-08-16 11:26:07 +01:00
Ilja Daderko
0c50e0b9d1
Update tests README ( #2485 )
...
* Update tests readme
* Update tests/README.md
Co-Authored-By: Mike Diarmid <mike.diarmid@gmail.com >
* Update tests/README.md
Co-Authored-By: Mike Diarmid <mike.diarmid@gmail.com >
2019-08-14 11:51:16 +03:00
ehesp
8e87e2f220
-
2019-08-13 21:01:14 +01:00
Mike Diarmid
c5b6c95874
Merge branch 'master' into @v6/admob
2019-08-13 20:47:35 +01:00
Mike Diarmid
48ca0685c6
[in-app-messaging] rename namespace to inAppMessaging() from fiam() ( #2483 )
...
* [in-app-messaging] rename namespace to `inAppMessaging()` from `fiam()`
2019-08-13 15:00:30 +01:00