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

    Subh

    09/08/2021, 8:11 AM
    Not able to get OTPs with twilio in live account. Were there a list steps I need to get it working with supabase?
  • u

    0xAvneesh

    09/08/2021, 8:12 AM
    hello people
  • s

    Subh

    09/08/2021, 8:22 AM
    Could be an issue with using messaging service SID?
  • s

    Subh

    09/08/2021, 8:35 AM
    I think its a bug. I never received an OTP, but the number is adeed to my user list. :/ Weird!
  • s

    Subh

    09/08/2021, 8:36 AM
    this is what I have.
  • s

    Subh

    09/08/2021, 8:55 AM
    Ahh, got it
  • h

    HorseShoe

    09/08/2021, 11:49 AM
    Hey, till Realtime implements RLS i have to use Firebase at least for that table.. I want to ultimately use supabase for the project and so i wud migrate data from firebase to supabase after the realtime is production ready
  • h

    HorseShoe

    09/08/2021, 11:49 AM
    Will there be anything holding me from doing that?
  • h

    HorseShoe

    09/08/2021, 11:50 AM
    Because i have heard that vendor lock in is one of the biggest issues with firebase
  • h

    HorseShoe

    09/08/2021, 11:50 AM
    but seems like i cud download my data?
  • h

    HorseShoe

    09/08/2021, 11:50 AM
    I don't want to continue and then discover it's not possible to migrate
  • m

    MDobs

    09/08/2021, 3:25 PM
    trying to add a foreign key between two columns (both text) on two tables, but getting:
    Copy code
    Error updating foreign key: there is no unique constraint matching given keys for referenced table "profiles"
  • j

    JW

    09/08/2021, 5:56 PM
    Wasn't it for all beta testers some months ago?
  • a

    akaban

    09/08/2021, 5:59 PM
    I understand that not having secure realtime is an issue, but in the end realtime mainly just make things easier and can optimize the load on the database. Otherwise using react-query you can define your data as a supabase query and when the user make an action that will invalidate the data you can just invalidate the query. React-query will then automatically refresh the query. For sure realtime is meant for that but it looks like it does the job while waiting for secure realtime. Of course if your application is highly dependant on realtime it's going to make things harder
  • r

    rayyanmaq1

    09/08/2021, 6:05 PM
    Can we reset password with phone number in supabase??
  • a

    akaban

    09/08/2021, 6:43 PM
    Does anyone knows if we can use another schema than
    public
    with supabase? Thanks a lot
  • m

    MDobs

    09/08/2021, 9:46 PM
    is there a way to continuously check a db field like (timestamp) and if it is over a limit to delete the row. I would guess cronjob, but I was wondering if there is an "internal" way to handle it, maybe through Functions?
    j
    • 2
    • 2
  • d

    DiegoBM

    09/08/2021, 11:10 PM
    Hi guys, I was checking your Supabase Functions update article from July, and in the timeline you mention that Supabase Functions will release in Q4 for "Early preview customers" (tier that I'm not familiar with), and that made me wonder 1) if you have plans to open source the Supabase Functions functionality in a way that can be self hosted. 2) Since there are clearly different release timelines for different types of customers, what will be the general expectation for self hosted users as to when the new features will be made a ailable to them, that assuming that all the features will be made available to all users, if not, how will self hosted uses know which features they won't be receiving ever? Thanks in advance 🙏
    c
    • 2
    • 5
  • h

    HorseShoe

    09/09/2021, 2:06 AM
    Yes you can
  • h

    HorseShoe

    09/09/2021, 2:07 AM
    Am using svelte I don't have a lot of info on react-query. It supports realtime?
    a
    • 2
    • 9
  • h

    HorseShoe

    09/09/2021, 2:08 AM
    Seems like there's a "svelte-query" as well
  • h

    HorseShoe

    09/09/2021, 2:14 AM
    but i dont think it will work well with the RLS policies i have set up
  • h

    HorseShoe

    09/09/2021, 2:14 AM
    they use the authenticated users' data to verify some stuff
  • j

    jason-lynx

    09/09/2021, 2:29 AM
    delete row based on ts
  • m

    Marky

    09/09/2021, 3:08 AM
    You can create functions, procedures, and triggers directly in db hosted or self hosted. I ended up using all three in my first project without using supabase UI at all
  • d

    DiegoBM

    09/09/2021, 3:14 AM
    Thank you @Marky for the feedback. Yes, I'm aware of that, they also kind of mention that in the article
  • d

    DiegoBM

    09/09/2021, 3:15 AM
    Still my question raises different concerns :)
  • c

    copple

    09/09/2021, 5:01 AM
    functions
  • u

    user

    09/09/2021, 9:03 AM
    so wanted to ask as i think i didn't got it when i read the docs, Is it possible to self host supabase and still get the webui ?
  • m

    mod

    09/09/2021, 9:58 AM
    I have the same question
1...9899100...392Latest