https://supabase.com/ logo
Join Discord
Powered by
# help
  • l

    Luis Felipe

    08/03/2021, 9:12 PM
    In Authentication -> Settings
  • n

    nicholaschiang

    08/03/2021, 9:12 PM
    Whaaaaaaat? Why tho? https://github.com/supabase/postgrest-js/issues/202
  • j

    jianjie

    08/04/2021, 3:34 AM
    are automated backups broken? it hasn't been running for me since mid july
    j
    • 2
    • 4
  • u

    user

    08/04/2021, 7:20 AM
    Does anyone know if there is there any way to get the supabase.auth.session() or supabase.auth.user() to return the matched user from the public.users table?
  • u

    unrealg

    08/04/2021, 7:26 AM
    I just run a GET request using the supabase api, im not sure if theres an implemented method for linking the two
  • e

    ehesp

    08/04/2021, 7:56 AM
    Hey, I'm trying to authenticate supabase via a GitHub App with oauth enabled (not an OAuth app), however it's not working. I get a redirect URI mismatch - anyone know how to set this up?
  • f

    fenix

    08/04/2021, 9:07 AM
    Propert return type for function
  • s

    Sduu_

    08/04/2021, 9:55 AM
    Does anyone know if some regions have been removed or it's a subtle bug? When creating a new project
  • s

    Sduu_

    08/04/2021, 9:56 AM
    I tried creating a demo project during the release week and I saw "af-south-1" is no longer there. I'm interested in it because I'm from South Africa
  • s

    Sduu_

    08/04/2021, 10:03 AM
    I do have an existing project in the missing region and I'm slightly panicking, just slightly
  • s

    silentworks

    08/04/2021, 10:13 AM
    This is best answered by someone on support at Supabase, it's easier to reach them on beta@supabase.io than in this channel.
  • s

    Sduu_

    08/04/2021, 10:22 AM
    Thanks, doing so right now
  • p

    PaganMuffin

    08/04/2021, 11:06 AM
    What is the best approach for this? I want to add new row for every new user (auth) to table ``users_roles`` with their uuid and integer ex. 1 (col names: uuid as uuid, level as int4) And when they are doing select,insert etc. on table ``media`` I want check (RLS) if user who does it has the right level in table ``users_roles`` I was thinking of keeping this information in user_metadata but this can be changed by the user himself with a properly prepared request and I don't see a way to block it in dashboard
  • a

    Abarad

    08/04/2021, 11:53 AM
    Does any one have the same issue as here?
  • a

    Abarad

    08/04/2021, 11:53 AM
    https://github.com/supabase/supabase/issues/2718
  • m

    Moshe

    08/04/2021, 12:04 PM
    is it possible with supabase to create a table via code? For example, I see how I can insert data into a table:
    Copy code
    const { data, error } = await supabase
      .from('cities')
      .insert([
        { name: 'The Shire', country_id: 554 }
      ])
    But what if I wanted to create an actual table? Is that possible? If so, how?
  • p

    Poypoypoy

    08/04/2021, 12:35 PM
    hi guys. i want to add a column user_id here as foreign key for my user data to update their profile image
  • y

    YelloJello

    08/04/2021, 12:36 PM
    yep, it's extremely random for me though.
  • y

    YelloJello

    08/04/2021, 12:37 PM
    this is generally a terrible idea, but you could if you wanted to call a rpc from the client side and it would create the table
  • y

    YelloJello

    08/04/2021, 12:39 PM
    that's not a table, that's a gui that visualizes the files in your storage bucket. instead just map your user's id to the file path in a table
  • p

    Poypoypoy

    08/04/2021, 12:40 PM
    i create this avatar storage using user management starter , look at the image in the sql it also creating a new table profiles
  • p

    Poypoypoy

    08/04/2021, 12:41 PM
    maybe i can modify the avatar just adding new column,
  • p

    Poypoypoy

    08/04/2021, 12:41 PM
    hmm is this a way to get the user profile?
  • f

    Fishball_Noodles

    08/04/2021, 12:42 PM
    Hi! Where can i get started learning to use Supabase for Python
  • j

    joselogarcia

    08/04/2021, 1:38 PM
    Do anyone know how to login an user if they logged in another page on the same broweser without reloading the other page in react/nextjs?
  • s

    silentworks

    08/04/2021, 2:04 PM
    The user has to reload the browser in order for this to happen, I don't think the browser get new data in localStorage in stale tabs
  • v

    Vinzius

    08/04/2021, 2:31 PM
    Hey there! I was wondering if there was a way to backup the entire storage of a supabase project, or at least a whole bucket? I see for the postgre database, but I'm not quite sure regarding the storage part. Btw, does the premium plan backups the storage part too? Thanks 🙂
  • p

    Poypoypoy

    08/04/2021, 2:41 PM
    im using facebook 0auth as my signIn and signUp, while getting the auth.user it returning null
  • h

    HoXsan

    08/04/2021, 3:46 PM
    I know that next-auth is capable to do this.
  • k

    kennethcassel

    08/04/2021, 5:11 PM
    is there a way to filter on a foreign query column in supabase?
1...353637...316Latest