Skip to content

Conversation

minhdanh
Copy link
Contributor

@minhdanh minhdanh commented Sep 8, 2025

✨ What kind of change does this PR introduce? (Bug fix, feature, docs update...)

This fixes an issue in which a subsequent FirebaseCacheManager instance cannot load or upload files correctly because the bucket name was set and cached in the first FirebaseCacheManager instance.
It also updates packages to latest versions.

⤵️ What is the current behavior?

In my case when I try to read a file from another bucket I see error " [firebase_storage/object-not-found] No object exists at the desired reference." although the file is there.

🆕 What is the new behavior (if this is a feature change)?

If we're initializing a FirebaseCacheManager with a new instance, it makes sure to use another cache key so that files from the other bucket can be read.

💥 Does this PR introduce a breaking change?

No

🐛 Recommendations for testing

Hmm, not sure

📝 Links to relevant issues/docs

🤔 Checklist before submitting

  • All projects build
  • Follows style guide lines (code style guide)
  • Relevant documentation was updated
  • Rebased onto current develop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant