-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(storage): Changed refFromUrl regex to exclude appspot.com #3775
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/invertase/react-native-firebase/qkk91rk83 |
ios sends a 'storage/storage/file-not-found' while android sends 'storage/file-not-found' pause/resume works locally but can fail in CI canceling was timing out locally Ideally there would be underlying fixes but the point of this PR is to re-enable the tests in general, so having them running at all (in the majority) is a major win and worth getting in quickly
1875a70
to
2a21f7a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dackers86 finally unwinding some of the PR stack! This one looks fine, I de-merge-committed it, stripped it down to just the commits doing real changes and rebased it against master so it was clean+easy-to-review and it seems to pass everything locally
This is the one that re-enables the storage tests so I'm excited to get it in prior to the big breaking change about to land
Cheers
Codecov Report
@@ Coverage Diff @@
## master #3775 +/- ##
=======================================
Coverage 41.92% 41.92%
=======================================
Files 35 35
Lines 1119 1119
Branches 278 278
=======================================
Hits 469 469
Misses 489 489
Partials 161 161 |
Fix for issue #2753.
When extracting the url, regex currently excludes appspot.com. This has now been included so that the domain is included.
Format changed from {bucket} to {bucket}.appspot.com