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

    j-k

    08/29/2021, 10:49 AM
    Hello. If I want to get access to alpha features like functions do I have to recreate my project? :/ It says it'll be enabled for "new" projects https://supabase.io/blog/2021/07/30/supabase-functions-updates I want to send emails after a successful signup so a function/webhook would be really nice here
  • s

    silentworks

    08/29/2021, 11:03 AM
    Yes you need to create a new project to get this feature.
  • j

    j-k

    08/29/2021, 11:10 AM
    thanks. Once it hits GA will it be added to my project or am I meant to make new projects and migrate whenever there are new features?
  • s

    silentworks

    08/29/2021, 11:11 AM
    At the moment you have to create a new project, but this might change in the future.
  • j

    j-k

    08/29/2021, 11:18 AM
    I guess even with the free tier the limit is on space rather than API requests so migrating shouldn't be a huge issue. Although the 2GB transfer limit on the file storage might be an issue, Also migrating a paid plan from the old project to the new project is probably a big pain
  • p

    Pixel

    08/29/2021, 3:55 PM
    Does the Google OAuth setup guide (https://supabase.io/docs/guides/auth/auth-google#create-your-credentials) have a duplicate step? I'm only able to find input matching the first line here:
    Copy code
    Enter your callback URI under Authorised redirect URIs at the bottom.
    Enter your callback URI in the Valid OAuth Redirect URIs box.
    The term used in the second line "Valid OAuth Redirect URIs" seems to be an exact match for Facebook's OAuth setup.
  • d

    doctorRuediger

    08/29/2021, 4:15 PM
    i would like to search my database for a json value. how does it work ? does someone have an example
  • c

    Costa

    08/29/2021, 7:45 PM
    Hi, I was seeing “On Premises / BYO cloud” available for the “Pay as you go” plan. Have some questions about this plan. 1. Does the paid on premise installation include the dashboard? 2. How would the supabase upgrade process go? I noticed in the selfhost docs we essentially use docker-compose to spin up the services, but what happens when supabase updates a version for the docker container? 3. Do you have any plans to launch supabase’s services in China? My friend at China is interested in becoming a paying customer but it seems the current offering locations don’t include mainland China, so he was thinking about on-premise.
  • p

    Poypoypoy

    08/30/2021, 6:42 AM
    where can i deploy my supabase react app? im trying to deploy my project in AWS amplify
  • m

    morgan

    08/30/2021, 1:10 PM
    DELETE doesn't seem to work with RLS turned on in combination with having SELECT locked down. Even when the DELETE policy is hard set to
    true
    . Has anyone noticed this? Works fine if I turn RLS off.
    returning: 'minimal'
    doesn't have any affect. The returned status is 204. No RLS errors at all. 🤔
    b
    f
    • 3
    • 14
  • t

    Thomas B

    08/30/2021, 4:07 PM
    You should be able to deploy it wherever you normally would. The Supabase part of your app is already hosted by them. 🙂 (I use Firebase Hosting)
  • t

    Thomas B

    08/30/2021, 4:10 PM
    Does anybody know where all the premade database tables like the Auth table went? I am only able to see the tables I myself have created under Database > Tables. 🙂
  • k

    kennethcassel

    08/30/2021, 5:24 PM
    those tables are still available, just not exposed in the ui
  • t

    Thomas B

    08/30/2021, 6:15 PM
    Yeah, that's what I would imagine - any switch I can toggle that I am missing that you know of to show those again? Or would I have to manually do a SELECT on the auth schema myself from now on? 🙂 - Thank you for the reply btw.
  • k

    kennethcassel

    08/30/2021, 6:18 PM
    To see info on your users table you could select from auth.users using the sql editor. Yeah I don't think there is a toggle to show the auth data in the UI.
  • t

    Thomas B

    08/30/2021, 6:21 PM
    Yeah, also the only way I see for now - also good enough, I just wondered why it wasn't in their own UI anymore directly like before. 🙂
  • b

    burggraf

    08/30/2021, 8:43 PM
    You can deploy for free on Vercel or Netlify. Both work great with Supabase/React.
  • b

    burggraf

    08/30/2021, 8:45 PM
    DELETE and RLS with SELECT Policy
  • j

    jon.m

    08/31/2021, 3:30 AM
    Hello everyone. I need some advice for the best implementation of the following process for a chat application. Three tables are involved: threads, participants, and messages. When a user sends an initial message to another user the following sequence should occur. A thread is created. Two participant rows are created. A message is created. I could do this on the front end with the supabase client in a conditional, but that seems like a hack. Though I think it would be fine. I could set up a trigger, but the I don’t think I could pass all of the data to each insert because to just knowledge triggers pass down rows to each other in sequence. How would I create a message at the end when neither thread nor participant have that value?
    j
    • 2
    • 5
  • j

    jason-lynx

    08/31/2021, 4:21 AM
    chat app
  • u

    __ianjasper

    08/31/2021, 4:51 AM
    Im sorry to ask this but im being confuse what to use as datatype when we talk about wallets?? Is it decimal? Money? or what Thanksss...
    j
    j
    k
    • 4
    • 4
  • u

    user

    08/31/2021, 6:54 AM
    Waking up one specific paused project doesn't seem to create the tables from before.. Another paused project restored just fine though. (:
  • j

    jason-lynx

    08/31/2021, 8:03 AM
    money type
  • s

    stellanhaglund

    08/31/2021, 8:29 AM
    hello! I have a question about the elixir realtime server, if I have RBAC on a table will the realime server handle that through the logical decoding, or is the jwt thing just to make sure no unauthorized users connect to it?
  • m

    morgan

    08/31/2021, 9:05 AM
    Is it not possible to reset the database password within the Supabase UI?
  • j

    Julián

    08/31/2021, 12:48 PM
    SQL section UI -> alter user postgres with password 'new_password';
  • v

    vamonke

    08/31/2021, 1:40 PM
    Hi everyone! Not sure if is the right place to ask but does anyone know how to edit the Google login app name? it looks really suspicious and my users are afraid to login 😕
  • j

    Julián

    08/31/2021, 1:46 PM
    @User right now is not possible, I think they will add it, I don't know the date
  • v

    Vinzent

    08/31/2021, 2:08 PM
    Does somebody know how to delete content from storage via a postgres function?
  • v

    vblinden

    08/31/2021, 2:26 PM
    Hello guys, I have a question for RLS. I have a user_id on the Books table, then I have a Page table with a books_id and then I have a Sentence table with a page_id. What RLS policy do I need to type to check if the logged in user is equal to the Books user_id? Can somebody help me?
1...676869...316Latest