Version 0.1.10 fixed - A fresh token is now generated for each resized image. (Issue #323, PR #351) Link to PR #351
const img = await storageRef.child(pathname).put(sampleImg);
const imgDownloadUrl = await img.ref.getDownloadURL();
imgDownloadUrl will return the old NON resized image. I need access to the resized _200x200 image