Giter Site home page Giter Site logo

Comments (4)

yassindeb avatar yassindeb commented on August 13, 2024 1

Yeah you have a point here, alright then we shall do as you did with the ad creation section: using relative paths.

from woel.

ferrariofilippo avatar ferrariofilippo commented on August 13, 2024

I'm not sure we should save the full path: it depends on too many variables (https://INSTANCE_NAME.supabase.co/storage/VERSION/object/BUCKET_TYPE/BUCKET_NAME).
I think we should rather use supabase.storage.from("BUCKET_NAME").getPublicUrl(SAVED_URL).data.publicUrl to get images.

from woel.

yassindeb avatar yassindeb commented on August 13, 2024

The thing is that the uploaded avatars appear in the db with a src column that contains the full image URL while, the ad pictures don't it's not that big of a deal, we just have to decide whether to have 2 separate approaches or one.
In my opinion it makes sense to have the full url in case we want to migrate to our own database istance in the future.

from woel.

ferrariofilippo avatar ferrariofilippo commented on August 13, 2024

In my opinion it makes sense to have the full url in case we want to migrate to our own database istance in the future.

Actually, in this case it would be better to have the relative paths, otherwise we would need to update all the rows on the new DB.
We might choose to hard-code the first part of the path, instead of retrieving it using the Supabase library, but I still think that the relative URLs would be better

from woel.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.