julianpoy / RecipeSage

A Collaborative Recipe Keeper, Meal Planner, and Shopping List Organizer in PWA form.
https://recipesage.com
612 stars 61 forks source link

Firebase storage location is broken #1357

Closed levyitay closed 6 months ago

levyitay commented 6 months ago

Describe the bug When saving the images of to firebase storage under a folder recipeImage the location created in firebase storage would be .../recipeImage%2FIMAGE_KEY and not .../recipeImage/IMAGE_KEY

What page/area is the bug in? Firebase storage

To Reproduce Steps to reproduce the behavior:

  1. Setup storage as firebase
  2. upload new image

Expected behavior location should be an address that is working

Additional context Add any other context about the problem here.