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

    Deleted User

    05/31/2022, 3:38 PM
    on the files uploaded to your server
    m
    u
    • 3
    • 6
  • m

    mansueli

    05/31/2022, 3:51 PM
    on the files uploaded to your server
  • f

    Fantapie

    05/31/2022, 5:23 PM
    Realtime and RLS
    g
    • 2
    • 3
  • s

    selique

    06/01/2022, 4:29 AM
    hi guy new.raw_user_meta_data->>'avatar_url' i try custom trigger data -- This trigger can be pasted into the first init migration -- Copy from auth.users to public.users DROP FUNCTION IF EXISTS handle_new_user cascade; -- inserts a row into public.profiles table create or replace function public.handle_new_user() returns trigger as $$ begin insert into public.profiles ( id, full_name, avatar_url, nickname, matrial_status, gender, gender_indentity, cpf, birth_date, created_at ) values ( new.id, new.raw_user_meta_data->>'full_name', new.raw_user_meta_data->>'avatar_url', new.raw_user_meta_data->>'nickname', new.raw_user_meta_data->>'matrial_status', new.raw_user_meta_data->>'gender', new.raw_user_meta_data->>'gender_indentity', new.raw_user_meta_data->>'cpf', new.raw_user_meta_data->>'birth_date', current_timestamp ); return new; end; $$ language plpgsql security definer set search_path = public;
    g
    • 2
    • 4
  • s

    selique

    06/01/2022, 4:30 AM
    it's not work i search how to and modify something on security but won't find any issue or comment
  • g

    garyaustin

    06/01/2022, 2:45 PM
    auth.users trigger
  • m

    mingerz

    06/01/2022, 4:34 PM
    hey guys. how to create to different databases within supabase
  • m

    mingerz

    06/01/2022, 4:34 PM
    i seem to be only able to connect to the postgres DB eventhough i have created other databases within the postgres instance
    g
    • 2
    • 2
  • g

    garyaustin

    06/01/2022, 4:50 PM
    i seem to be only able to connect to the
  • m

    mingerz

    06/01/2022, 6:34 PM
    hey guys. when i ran
    supabase db migrate <migration-name>
    the generated output sql file is out of order I have to rearrange everything because when ran
    supabase db reset
    it caused lots of errors
  • m

    mingerz

    06/01/2022, 6:34 PM
    is there any reason for the huge reordering of the schema file?
  • r

    reed

    06/01/2022, 6:45 PM
    Hi! I'm having issues redirecting from magic link signup to an "auth required page".
  • r

    reed

    06/01/2022, 6:47 PM
    The redirect happens even though the user has signed in/up successfully.
  • r

    reed

    06/01/2022, 6:47 PM
    Has anyone experienced this?
  • r

    reed

    06/01/2022, 6:47 PM
    I'm using the
    useUser()
    hook from
    supabase-auth-helpers
  • h

    hmans

    06/01/2022, 9:27 PM
    Hi! I'm just starting out with Supabase and feel a little bit confused about the current state (or shape) of Realtime "Multiplayer"/Presence. Some parts of the website/documentation sound like it's GA, the Phoenix-based Realtime repository's checklist says it's not. In the documentation I'm seeing the database event subscriptions (which I assume are powered by Phoenix Channels). Is there more to come?
    g
    • 2
    • 2
  • g

    goinglive-in-321

    06/02/2022, 3:25 AM
    Hi, I want to setup stripe for my react native app and it needs a backend. I'm already using supabase for my backend, but wondering would using this work: https://github.com/supabase/stripe-sync-engine or is there another one that you all (or others) might be using
  • p

    pocin

    06/02/2022, 9:05 AM
    Has anyone managed to get
    migra
    to work? Even on freshly started supabase local instance I am getting weird KeyErrors with supabase schemas https://github.com/djrobstep/migra/issues/206
  • j

    jonny

    06/03/2022, 5:38 AM
    Join Happy Hour #6 — Implementing UI for auth flows and private chat They have already started, get involved! Taking Q+A right now. (I just heard — they are also giving out swag! 😉)

    https://www.youtube.com/watch?v=bBV9kpfe9AM▾

  • s

    supabase

    06/03/2022, 9:55 AM
    ho ho ho merry christmas
  • j

    jar

    06/03/2022, 12:24 PM
    So for rpc funcs you dont add policies for u rely on the table policies for permissions? Like if i dont want a user to have outright create access to table but rather just access to a function with all the logic of tables can create things in and make insert in
    s
    • 2
    • 2
  • s

    silentworks

    06/03/2022, 1:01 PM
    So for rpc funcs you dont add policies
  • j

    Julián

    06/03/2022, 1:22 PM
    Hi there
  • j

    Julián

    06/03/2022, 1:22 PM
    do you know if there is a public repo for the happy chat video series ?
  • p

    pedrodiaz

    06/03/2022, 7:29 PM
    Hello, if there an issue with the right click on the supabase table editor?
  • p

    pedrodiaz

    06/03/2022, 7:30 PM
    It doesn't seem to work
    g
    • 2
    • 8
  • s

    sherpa

    06/03/2022, 7:51 PM
    Quick question for anyone of service:
  • s

    sherpa

    06/03/2022, 7:51 PM
    Has anyone successfully used Riverpod or some other state management in had with Supabase Auth?
  • s

    sherpa

    06/03/2022, 7:52 PM
    Or are you required to stick with their implementation using Auth State
  • b

    bajosi

    06/04/2022, 5:11 PM
    we dont have supabase queue right?
1...229230231...392Latest