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
- Upload a file to storage using useStorageTask
- show that image with a
- Remove that image with a deleteObject request.
- Upload a different image with the same name to the same path
- reactfire requests the file with the wrong access token and the request fails
Expected behavior
The correct token is used to display the image from storage
Actual behavior
An old token is used and the request fails
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