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

    Amr

    01/10/2023, 5:08 AM
    I love chatGPT
  • c

    Crownie

    01/10/2023, 9:42 AM
    Is it just me or the supabase docs page are slow.. 🤔
  • h

    Hallidayo

    01/10/2023, 10:22 AM
    Hi @bob_the_robot - I can not see this on the link you have given? Have you got got a full screenshot?
  • o

    Olyno

    01/10/2023, 10:28 AM
    Damn this is smart, i never thought about using ChatGPT for SQL!
  • t

    Trevvy

    01/10/2023, 1:25 PM
    Is it no longer possible to disable email verification? There used to be a settings in Auth -> Settings, but its no longer there
  • t

    Trevvy

    01/10/2023, 1:25 PM
    Or is it because I'm using a free tier account?
  • b

    bob_the_robot

    01/10/2023, 2:02 PM
    of course you can't, i SNIPed my code from my dashboard URL, put in your own code. I supplied a screenshot above. I don't need help, just letting you know your docs are broken.
  • g

    garyaustin

    01/10/2023, 2:37 PM
    None of the people you have communicated with about this are employees. This is mainly a users to users forum. To file errata (docs or bugs) is done at supabase/supabase github. I think @Hallidayo was willing to either report it or put in an actual fix (as the code is all open sourced on github) for you, but for the same reason I asked it was not clear.
  • b

    bob_the_robot

    01/10/2023, 2:45 PM
    it appears to be used all over their docs - https://github.com/search?p=1&q=org%3Asupabase+verifyOTP&type=Code
  • h

    Hallidayo

    01/10/2023, 2:46 PM
    I'm saying when I go to auth/providers onto my own dashboard I don't see anywhere the screen shot that you sent across thats why I was asking for a full screen shot
  • b

    bob_the_robot

    01/10/2023, 2:48 PM
    You're right, i must've miss-pasted - https://app.supabase.com/project/CODE-SNIP/api?page=users
  • h

    Hallidayo

    01/10/2023, 2:49 PM
    @bob_the_robot - Ahh cool I can see that now on my dashboard, I'll take a look and make a pull on the repo if needed EDIT - pr has been made and followed here: https://github.com/supabase/supabase/pull/11563
  • d

    dandis

    01/10/2023, 7:01 PM
    anyone know if there is a feature to delete a row and all rows with foreign keys connected to the mentioned? I think it's called cascade delete or something like that.
  • s

    silentworks

    01/10/2023, 7:22 PM
    All, please ask help related questions in #1006358244786196510 and certainly don’t double post here as then this just becomes an even messier thread. Also you should not expect an answer in a few hours in general, this is a users helping users forum. Please don’t double post or bump. If someone knows an answer they will help you. Moderators will in general focus on answering in help and not in chit chat.
  • g

    Gregory

    01/10/2023, 9:01 PM
    with realtime, how does it work when i'm going to have a bunch of distinct chat rooms all receiving live chat messages? is it okay if all those messages share the same table, or should i be handling it differently? it seems like every chat room is going to get updates when a different chat room receives a new message
  • g

    GreekShai

    01/10/2023, 9:36 PM
    How can i create a WebHook to execute while listening to a DB change in supabase? For example, a job is booked and i want an email to automatically be sent to the user as a reminder 3 days before the appointment. The only options i see at the moment are on INSERT, UPDATE and DELETE.
  • t

    travyXBT

    01/10/2023, 9:46 PM
    Anyone successfully connecting to their postgres server by CLI? its not working for me, I get a connecting timeout.. tried restarting the server
  • c

    Crownie

    01/10/2023, 10:09 PM
    damn That's a great question, the only way i can think of it is to have seperate tables for each chat rooms.
  • c

    Crownie

    01/10/2023, 10:09 PM
    but that would probably be not a good idea i feel like, and the generated types are 💀
  • g

    garyaustin

    01/10/2023, 10:16 PM
    Repeating from 3 hours ago... All, please ask help and "how do I" related questions and #1006358244786196510 and certainly don’t double post here as then this just becomes an even messier thread. Also you should not expect an answer in a few hours in general, this is a users helping users forum. Please don’t double post or bump. If someone knows an answer they will help you. Moderators will in general focus on answering in help and not in chit chat.
  • g

    Gregory

    01/11/2023, 12:16 AM
    I felt like my question didn’t rise to the level of the help channel since it looks so official the way it’s set up!
  • s

    silentworks

    01/11/2023, 12:26 AM
    Your question is most definitely a help channel type question.
  • s

    silentworks

    01/11/2023, 12:28 AM
    We have changed this channel name to make it more apparent that it's not for asking #1006358244786196510 questions, there is a #1006358244786196510 channel for this reason. This channel is just for general chatter.
  • g

    garyaustin

    01/11/2023, 12:56 AM
    Don't have a separate table per chat, use RLS or subscriptions with filters on a single message table.
  • g

    garyaustin

    01/11/2023, 12:58 AM
    You would need to run a cron task to find events 3 days out and call a function using pg_net or http extensions to send an email. Please ask in #1006358244786196510 for follow up.
  • g

    GreekShai

    01/11/2023, 1:48 AM
    Thank you bud! Will go ahead and check that out, appreciate the help
  • g

    garyaustin

    01/11/2023, 3:40 AM
    If you ever think how can my site not be working.... Hilton.com reservations, both website and phone app are down for a bit now not taking reservations. Everyone has problems.
  • c

    Crownie

    01/11/2023, 5:26 AM
    thoughts on using react query with supabase?
  • s

    silentworks

    01/11/2023, 7:13 AM
    They probably overbooked.
  • s

    silentworks

    01/11/2023, 7:14 AM
    I've always viewed this as an additional layer of complexity that most apps probably don't need. But I haven't used it in any huge capacity to have a strong opinion on it.
1...334335336...392Latest