https://supabase.com/ logo
Join DiscordCommunities
Powered by
# off-topic
  • m

    miko

    10/13/2021, 3:20 PM
    Hey guys, looking to make a small admin tool for Supabase that merges functionality of storage+tables. An extension of app.supabase.io's tables essentially, it will let admin users drag-and-drop media into a column for the table that represents a URL in storage. So I can easily bulk upload and edit tables that have media storage associated with them..... But before I reinvent the wheel... Anyone know if it already exists in some form?
  • m

    miko

    10/13/2021, 3:21 PM
    it will show a media preview and if the media is video, a video player.
  • h

    HarryET

    10/13/2021, 3:34 PM
    Hey @User, I was planning on making a contribution to part of Supabase and wondered if I could DM someone with a question. Who would be the best person?
    b
    t
    • 3
    • 4
  • d

    Daniel

    10/13/2021, 5:41 PM
    For the
    Site URL
    in Auth > Settings, we can have comma separated sites, correct?
  • d

    Daniel

    10/13/2021, 5:46 PM
    Reason for this is because I'd like to have the production url AND localhost url for testing, but when I try authenticating on localhost, it redirects to production url.
  • t

    thorwebdev

    10/13/2021, 6:21 PM
    Extend storage file size
  • s

    Scott P

    10/13/2021, 6:22 PM
    use
    redirectTo
  • d

    Daniel

    10/13/2021, 6:34 PM
    My
    redirectTo
    is set to
    localhost
    but it redirects to the Site URL:
    example.com
    anyway.
  • p

    patrik

    10/13/2021, 6:48 PM
    you need to provide the full url in the
    redirectTo
    and also in the
    Additional Redirect URLs
  • d

    Daniel

    10/13/2021, 6:55 PM
    I have all of that too,
    http://localhost:3000/login, http://localhost:3000/dashboard, http://localhost:3000/install
    but if the "Site URL" is set to
    http://example.com
    it won't work in localhost.
    s
    • 2
    • 2
  • o

    Olyno

    10/13/2021, 7:41 PM
    I don't think it already exists, but i could be insane to have something like that!
  • o

    Olyno

    10/13/2021, 7:42 PM
    Also feel free to share your idea in #867348150741237790
  • s

    silentworks

    10/13/2021, 11:37 PM
    Site URL redirecting in emails
  • s

    sudo killall windows

    10/13/2021, 11:45 PM
    me: posts github repo hoping i don't have tokens in it, ask people if there are tokens
  • s

    sudo killall windows

    10/13/2021, 11:45 PM
    them: goes into file and sees supabase anon token and sounds the alarm
  • s

    sudo killall windows

    10/13/2021, 11:45 PM
    me: oh frick oh no
  • s

    sudo killall windows

    10/13/2021, 11:45 PM
    them: line 20. i look on line twenty, see createClient and am calm
  • s

    sudo killall windows

    10/13/2021, 11:45 PM
    thank you supabase
  • d

    Dinnerb0ne

    10/14/2021, 12:06 AM
    Is it possible to modify the auth table to include more metadata?
  • s

    sudo killall windows

    10/14/2021, 12:12 AM
    what metadata do you want?
  • d

    Dinnerb0ne

    10/14/2021, 12:15 AM
    Some custom fields like roles, so that I can do some client side checks, and selectively render out components.
  • d

    Dinnerb0ne

    10/14/2021, 12:16 AM
    Also, is it possible to subscribe to realtime data off of the auth table?
  • s

    sudo killall windows

    10/14/2021, 12:18 AM
    Nope
  • s

    sudo killall windows

    10/14/2021, 12:18 AM
    Since it has passwords
  • s

    sudo killall windows

    10/14/2021, 12:18 AM
    But you can make a trigger to do what is done to that table to a public auth table
  • s

    sudo killall windows

    10/14/2021, 12:18 AM
    without the passwords
  • d

    Dinnerb0ne

    10/14/2021, 12:21 AM
    Triggers, i think I missed them in the documentation.
  • d

    Dinnerb0ne

    10/14/2021, 12:21 AM
    Link?
  • s

    sudo killall windows

    10/14/2021, 12:28 AM
    https://supabase.io/docs/guides/auth/managing-user-data specific to this
  • s

    sudo killall windows

    10/14/2021, 12:29 AM
    trigger part https://supabase.io/docs/guides/auth/managing-user-data#using-triggers
1...116117118...392Latest