Can't seem to upload images more than once during the same debug session.

I have a post creation page where a user can upload multiple images and then post them to a feed.

I am using the "upload media to firebase" action and during the browser debug mode, the user can easily upload photos and even replace those photos using the same button if it is their first time creating a post during the debug session. However, if the user tries to create a second post during the same debug session, the media upload action will open up the photo selection gallery, but it will not save any of the selected photos to firebase.

TLDR; media upload works perfectly during first post creation of a debug session, media upload does not work during subsequent post creations during the same session (can select photos from the gallery, but they are not uploaded or saved anywhere). Any help is appreciated, thanks.

3 replies