https://supabase.com/ logo
Join Discord
Powered by
# off-topic
  • g

    garyaustin

    11/24/2021, 4:59 PM
    conditional querys
  • a

    Adi

    11/24/2021, 5:49 PM
    Can I use supabase just for authentication purpose? Lets say I have 2-3 nodejs services which I want to connect to frontend. (Note: These backend services are written in nodejs which makes use of redis mongodb job scheduler etc) Now how will backend nodejs services understand that data requested by frontend user is authenticated? Assume I want to connect multiple services like payment/checkout, job scheduling service (which uses nodejs+redis) etc. Should I do something similar mentioned in this discussion: https://github.com/supabase/supabase/discussions/2125 Any other suggestions or best practices to follow in such scenario? Thanks in advance πŸ™‚
    s
    • 2
    • 7
  • s

    Scott P

    11/24/2021, 6:22 PM
    Accessing Supabase auth from server-side
  • b

    bent

    11/24/2021, 7:46 PM
    What does the Vercel integration actually do?
  • c

    cjacton

    11/25/2021, 12:02 AM
    Does anybody know how to make a table in JavaScript that is populated by a Superbase table?
  • h

    hips

    11/25/2021, 12:05 AM
    ye
  • h

    hips

    11/25/2021, 12:05 AM
    fetch data -> render table?
  • c

    cjacton

    11/25/2021, 12:05 AM
    do you have the javascript code example?
  • c

    cjacton

    11/25/2021, 12:06 AM
    @User
  • h

    hips

    11/25/2021, 12:06 AM
    I'm sorry this question doesn't make sense
  • h

    hips

    11/25/2021, 12:06 AM
    not sure what part you're struggling with
  • c

    cjacton

    11/25/2021, 12:06 AM
    I was asking if anybody knows how to do it in javascript
  • h

    hips

    11/25/2021, 12:07 AM
    I am aware of what you asked, I am telling you it doesn't make sense
  • h

    hips

    11/25/2021, 12:07 AM
    some context would be needed to help you further
  • c

    cjacton

    11/25/2021, 12:07 AM
    How old are you?
  • h

    hips

    11/25/2021, 12:07 AM
    age is not the context I am looking for
  • h

    hips

    11/25/2021, 12:08 AM
    how about you give it a try and come back with a question if it doesn't work out?
  • h

    hips

    11/25/2021, 12:08 AM
    people often post their own code to get specific help :)
  • s

    silentworks

    11/25/2021, 12:09 AM
    @User be nice please, you need to specify what you are having trouble with. If you are after examples there are quite a few in the supabase docs and also on the GitHub discussion board
  • s

    silentworks

    11/25/2021, 12:11 AM
    @User also please don't spam multiple channels with the same message, posting it in one channel is enough.
  • e

    eric11

    11/25/2021, 5:06 AM
    How do I access the auth settings when I'm running supabase in local dev? I'd like to change settings like requiring the email address to be confirmed before logging in and enable additional auth providers.
  • c

    copple

    11/25/2021, 7:23 AM
    Hey @User - just an FYI, if I understand your question correctly you wouldn't create tables using the Javascript client - you'd need to set them up in the dashboard. This is the difference between a NoSQL database and a relational database. It might feel like "more admin" but the strict schema helps a lot as your product grows. If you really don't want to set up the tables, then you can create a
    jsonb
    column and store JSON data inside it
  • c

    copple

    11/25/2021, 7:24 AM
    good question - I'll ask @User . Also worth asking in a github issue if there are no docs, then we can close it out as a documentation issue
  • c

    copple

    11/25/2021, 7:29 AM
    Hey friends, we're gathering up as many use-cases for Supabase Functions. In particular we'd like to know: - What would you use supabase functions for? - Is there a reason why you can't do it with the current Supabase services? - Why would you choose Supabase for functions over existing functions providers (Vercel, Netlify, etc) I'll start a thread, feel free to drop your comments in πŸ‘‰
  • c

    copple

    11/25/2021, 7:29 AM
    Functions megathread
    a
    c
    +2
    • 5
    • 9
  • v

    vish

    11/25/2021, 9:57 AM
    Hi guys, is there any tool out there that makes Supabase more of a visual API builder like Xano.com? I still haven't figured out API creation in Supabase But No code tools like Xano or Directual make sense for me but they are not open source and have their own Database tech which I don;t want to get locked into. Can anyone help me move forward?
    s
    • 2
    • 3
  • v

    vish

    11/25/2021, 10:00 AM
    I'm looking for something that can help me create authenticated API end points in a visual if this then that kind of flow, i don't know how to write postgreSQL functions and my JS knowledge is also rather limited.
  • t

    Tiger Abrodi πŸ†

    11/25/2021, 10:05 AM
    Hi, How can I add a policy so that multiple image types are accepted?
  • t

    Tiger Abrodi πŸ†

    11/25/2021, 10:06 AM
    AND (storage.extension(name) = 'jpg':: text)
    can I do something like this:
    AND (storage.extension(name) = 'jpg' | 'png' | 'jpeg' | 'gif':: text)
    ?
  • c

    copple

    11/25/2021, 10:45 AM
    the API is autogenerated based on any of the tables that you create: https://supabase.com/docs/guides/api You can watch a demo of how it works here:

    https://www.youtube.com/watch?v=rPAJJFdtPw0β–Ύ

1...143144145...392Latest