I'm using Next.JS SSR with firebase storage which loads images in the backend using firebase-admin(getSignedUrl) and in the browser with firebase-client (getDownloadUrl). This causes the images in the page to load twice with both generated urls.
Is there anyway to fix this?