We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
React: 18.2.0
Firebase: 9.15.0
ReactFire: 4.2.2
Other (e.g. Node, browser, operating system) (if applicable): chrome
The correct token is used to display the image from storage
An old token is used and the request fails
The text was updated successfully, but these errors were encountered:
After digging a little deeper I think this is a firebase-js-sdk issue?
It's almost as if the token retrieved from https://github.com/firebase/firebase-js-sdk/blob/37f31c57b62bc6486bc08d9e5c64e2c32d25cb0a/packages/storage/src/implementation/metadata.ts#L171 isn't applied.
In this image you can see the token used vs the token sent back with the post are quite different.
Sorry, something went wrong.
This doesn't happen when I just use the firebase sdk so it must be in this package or one of it's dependencies (rxfire).
No branches or pull requests
Version info
React: 18.2.0
Firebase: 9.15.0
ReactFire: 4.2.2
Other (e.g. Node, browser, operating system) (if applicable): chrome
Test case
Steps to reproduce
Expected behavior
The correct token is used to display the image from storage
Actual behavior
An old token is used and the request fails
The text was updated successfully, but these errors were encountered: