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

    moose

    05/13/2022, 5:34 PM
    Is anyone using Supabase with c and
  • k

    kapowell

    05/13/2022, 8:18 PM
    Does anyone know how to self host edge functions? or if you can at all? using the supabase CLI seems like you have to deploy edge functions to the hosted option. However, i am currently doing a POC for my company with supabase but it is hard to do anything self hosted with supabase it seems. I know i could pay for support contract but there is now way to get that unless the poc is successful lol. All help is appreciated
    b
    • 2
    • 1
  • f

    FED

    05/13/2022, 9:23 PM
    is there an API to spin up instances on demand? we currently have a single tenant architecture so it would be pretty useful if we could spin up an instance when a user sings up for a specific tier, I know some platfoms like digital ocean have somehting like this, however I want to use supabase. in that note, could I also run a shell script to make a template of sorts wiht this new machine?
    b
    • 2
    • 1
  • s

    sameh

    05/13/2022, 11:43 PM
    I have a question about phone auth. What is required to add a new phone auth platform such as unifonic (https://www.unifonic.com/). we are trying to use phone authentication in MENA region and most SMS's by twilio are blocked by carriers in the region.
    b
    h
    • 3
    • 8
  • b

    burggraf

    05/14/2022, 12:42 AM
    Does anyone know how to self host edge
  • b

    burggraf

    05/14/2022, 12:43 AM
    is there an API to spin up instances on
  • b

    burggraf

    05/14/2022, 12:44 AM
    I have a question about phone auth What
  • u

    user

    05/14/2022, 10:32 AM
    How can i accept the invite?
  • u

    user

    05/14/2022, 10:32 AM
    I mean, i cannot see the project on my supabase
  • m

    monokrome

    05/14/2022, 12:26 PM
    Yo! Apologies if there are docs for this somewhere, but I couldn't find any. Does anyone know if there's a way to be able to send requests to function endpoints without providing an anon key?
    h
    • 2
    • 7
  • j

    jackjackk

    05/14/2022, 12:55 PM
    question: how can I rate limit the use of edge functions? e.g. let say some malicious actor finds the endpoint client-side and spam it, how can I prevent it to avoid wasting edge function calls?
  • r

    ReliableMonkey

    05/14/2022, 2:28 PM
    Hi guys, was wondering what kind of latency there's on the realtime functionality? Is it applicable for games for example? Or realtime collaboration?
    b
    w
    • 3
    • 4
  • b

    burggraf

    05/14/2022, 2:42 PM
    Realtime latency
  • j

    jaitaiwan

    05/14/2022, 11:47 PM
    Prevent column updates
  • u

    UXA Dev

    05/15/2022, 6:35 AM
    https://omardevblog.toolsandapps4us.site/supabase
  • u

    UXA Dev

    05/15/2022, 6:36 AM
    @User
  • m

    marshmallow

    05/15/2022, 6:36 AM
    hello! im prototyping a strawpoll app. When the app receives multiple votes at once it takes clients a second or more to update for each vote. Should i wait for https://multiplayer.dev for build my own websocket deal for broadcasting those votes and lazy-update the database?
  • u

    user

    05/15/2022, 8:35 AM
    hello, i was sent an invite to join a project, but when i run the "select" query in react, I get this error { code: "42501" details: null hint: null message: "permission denied for schema public" }
  • h

    HarryET

    05/15/2022, 10:16 AM
    Probably better to put in #867347909741248532 or #873008373291941919 in future and not ping the team.
  • h

    HarryET

    05/15/2022, 10:16 AM
    you could use existing realtime, or would that not help?
  • m

    marshmallow

    05/15/2022, 10:54 AM
    existing realtime seems to be ratelimited which is fine, but it only sends one thing at a time so it takes ages for multiple different writes
  • t

    timwis

    05/15/2022, 1:55 PM
    Hi all, apologies if this is the wrong channel, but I wanted to get an opinion on how to approach building something in a PostgREST/Supabase-inspired way (happy to repost elsewhere). I'd like to build a Microsoft Access-type tool on top of supabase, and keep it as vanilla postgres as possible. In order to do that, I'll need to store some metadata for some of the columns in a table (e.g. display this column as a dropdown vs radio, and, in the case of a foreign key column, which column from the linked table to use as the label). My first thought was to use the column COMMENT, and store JSON in the comment. Another idea would be to have a metadata table in a private schema, but then I'd need to keep it in sync with changes to the table. Any thoughts on what the best approach might be? Wasn't sure if there was a "built-in" feature for storing metadata in postgres (when the metadata is more complex than a string).
  • s

    snowshift

    05/16/2022, 12:06 AM
    Is there a Github link for the realtime chat app Supabase series on YouTube? I can’t find it anywhere
    g
    • 2
    • 4
  • g

    garyaustin

    05/16/2022, 12:54 AM
    Is there a Github link for the realtime
  • m

    marshmallow

    05/16/2022, 12:09 PM
    I solved this by using socket.io, when a user successfully writes a vote it emits it to all the clients listening to the poll room. it uses redis pubsub in the back to coordinate between multiple nodes
  • l

    LeCroissant

    05/16/2022, 2:07 PM
    Hello, i will like to migrate from hasura+firebase auth to supabase I would like to migrate little by little, starting by deleting the firebase auth system to use the supabase auth But my hasura server requires a custom claims in the token on order to authorize request, but I don't know how to enrich the custom claims of the jwt on supabase... Has anyone managed to do this before?
    b
    • 2
    • 20
  • b

    burggraf

    05/16/2022, 2:17 PM
    Custom Claims
  • o

    Olyno

    05/16/2022, 2:30 PM
    Hi Please next time respect the format of the #867347909741248532 channel. I removed your links for this time. You can find them below: @UXA Dev: https://omardevblog.toolsandapps4us.site/supabase @Bryson_W: https://devlink-sbs.vercel.app/
  • j

    JeffreyRenzel

    05/16/2022, 2:57 PM
    Hi, how would Django auth work with the auth product in Supabase? I'm an complete newbie with Supabase but it looks great, would like to use this as a managed db solution but would like to still have all the auth-scoping goodies with Django such as restricted views etc. Does anybody use Django with Supabase and care to give me a few tips here? Thanks in advance
    b
    • 2
    • 4
  • d

    Dots

    05/16/2022, 7:29 PM
    Have a huge drop tonight - please pray for me and our supabase instance.
1...221222223...392Latest