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

    kelvin.pompey

    04/11/2022, 1:02 PM
    Does magic link login work with supabase auth helpers (for nextjs)? I've tried the same nextjs app and the user object is still null after clicking the link. https://github.com/supabase-community/supabase-auth-helpers
  • s

    silentworks

    04/11/2022, 2:35 PM
    Supabase Auth Helpers adding more JS
  • s

    silentworks

    04/11/2022, 2:39 PM
    Edge functions self hosted
  • s

    scentescent

    04/11/2022, 3:45 PM
    I'm looking for a way to trigger serverless functions with supabase self-hosted. Basically, a postgres TRIGGER plus HTTP POST should work. Does anyone know how these postgres extensions compare for HTTP ? https://github.com/pramsey/pgsql-http and https://github.com/supabase/pg_net
    g
    • 2
    • 2
  • g

    garyaustin

    04/11/2022, 4:35 PM
    http calls from a Postgres function
  • m

    maxlyth

    04/12/2022, 3:51 PM
    Is there any chance that someone at Supabase can rebuild and push the supabase/deno-relay Docker image? There was an important update in Deno 1.20.5 (add ref/unref to Listener) that fixes an issue for Stripe in SB Edge Functions. I tried 'deno upgrade' within the docker image but Deno don't release binaries for deno-aarch64-unknown-linux-gnu and there aren't sufficient permissions in the image to build from source
  • m

    maxlyth

    04/12/2022, 4:26 PM
    I considered building the Docker image myself and hosting in a private repo but could not find the Dockerfile for superbase/deno-relay on Github. Is this part closed source?
  • i

    Invader

    04/12/2022, 10:20 PM
    https://github.com/supabase/gotrue/pull/282
  • i

    Invader

    04/12/2022, 10:21 PM
    @HarryET Can you DM me? I'd like to ask you about this a bit
  • h

    HarryET

    04/12/2022, 10:21 PM
    Feel free to DM me questions, but sometimes public is better if it can help others ๐Ÿ˜„ #932506573987790908
  • j

    jar

    04/13/2022, 1:38 AM
    New to supabase and posgresql. Are pitfalls that postgres gets slow when tables get large. And its slow doing multi table graphQL type calls? Or if have a lot of concurrent writes? I think a lot of pros I just want to know what to expect coming from aws amplify
  • j

    justcode123

    04/13/2022, 2:24 AM
    Working with Supabase is so much easier then Firebase
  • j

    JZFLei

    04/13/2022, 5:57 AM
    @jonmeyers @jonny @thorwebdev what's the process of getting a PR reviewed?
  • h

    HarryET

    04/13/2022, 9:01 AM
    Donโ€™t ping staff unless they asked you too btw. And normally- depending on the repo - the team member who manages it will get too it. And you can request a review within the PR
  • r

    Revxrsal

    04/13/2022, 12:10 PM
    o/ i want to create a policy that only allows SELECT from one user is that the correct way to do it?
    Copy code
    sql
    CREATE POLICY "Only me" ON public.debug FOR SELECT USING ((uid() = 'e5475963-11f1-4afc-bb60-9b9036bde7bc'::uuid));
    s
    g
    • 3
    • 4
  • s

    silentworks

    04/13/2022, 1:17 PM
    RLS policy for single user
  • p

    Prem

    04/13/2022, 5:20 PM
    Hi, I've a doubt, supabase free version allows 500mb db space right? If i was to self host supabase, will i be still bound to these restrictions?
    g
    s
    • 3
    • 7
  • r

    robin

    04/13/2022, 7:57 PM
    I just want to say it's been really neat to work with supabase so far
  • h

    HarryET

    04/13/2022, 8:08 PM
    ๐Ÿ’ช๐Ÿผ
  • a

    akito

    04/14/2022, 1:17 AM
    Really loving Supabase especially for the edge functions! It's amazing to work in TS natively (though there are some quirks with their standard library... getting that resolved through PRs in their repo) compared to having to compile to JavaScript and worry about webpacking, ES compatibility, etc.
  • k

    KrisGunnars

    04/14/2022, 6:03 AM
    I want to add all new auth users to my email service provider. Does anyone know of examples of how this can be set up?
  • a

    aboutnils

    04/14/2022, 7:03 AM
    Has anyone experiences yet with developing a PWA in combination with Supabase?
    g
    • 2
    • 1
  • i

    Invader

    04/14/2022, 11:29 AM
    Does Supabase have automatic mutation generation and stuff for graphql?
  • i

    Invader

    04/14/2022, 11:29 AM
    I'm a previous Hasura user that switched cause of authentication issues
  • g

    garyaustin

    04/14/2022, 4:42 PM
    PWAs
  • r

    Revxrsal

    04/14/2022, 7:53 PM
    O/ question, I want to have 3 types of users: admin, instructor, and student. Instructors would have the ability to upload content (aka insert) and admins can manage it (update, delete). How would I achieve this with RLS?
    h
    p
    • 3
    • 8
  • r

    Revxrsal

    04/14/2022, 7:54 PM
    My best bet is to have a separate table and create a function that inserts users into it when they sign in then manage roles from that, but how would I access that sort of info from the RLS
  • r

    Revxrsal

    04/14/2022, 7:55 PM
    Like if role from userroles of uid is instructor or admin then allow
  • h

    HarryET

    04/14/2022, 8:08 PM
    RLS Roles
  • r

    robin

    04/14/2022, 8:12 PM
    I think the JS client automatically removes the hash from the path after signing in, is this correct? If so, it's pretty neat but it should be documented imo, I lost a couple days scouring my app trying to figure out what was causing redirects and thinking it was some annoying quirk of Vue Router :/
1...213214215...392Latest