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

    silentworks

    12/27/2022, 10:08 AM
    httpsgithub
  • s

    silentworks

    12/27/2022, 11:20 AM
    ER Diagram Tool for macOS users | Luna M...
  • c

    Clay

    12/27/2022, 5:04 PM
    random question that probably doesn't need a help thread - can you use the react auth helper w/ the next js app dir setup described here? https://supabase.com/docs/guides/auth/auth-helpers/nextjs-server-components
  • d

    DeepITM

    12/27/2022, 5:33 PM
    hi guys! would like to ask what's the best practice doing html api request directly? I am trying to test some api from postman
  • g

    garyaustin

    12/27/2022, 5:56 PM
    Your dashboard has an API tab and you can select Bash for some examples there. Otherwise it is scattered throughout the docs. Please follow up in help if you have detail questions.
  • d

    DeepITM

    12/27/2022, 6:25 PM
    thanks! can i allow CORS for those requests?
  • f

    fxs

    12/27/2022, 7:43 PM
    Hello everyone. I have a table with posts in which there are columns, for example, with likes and their number. The row can be updated only by the user who added it. How do I update the column with likes and their number if only the user can update? Make a new table and store data not in json, but in rows? Alternatively, but I have a second problem, I have a column with views. And it needs to be updated even if the user has not registered, that is, how can I protect the data if it is not even possible to do basic protection based on authenticated. If you make a separate table for each column, then you need to make 8 new tables, 4 with the number of (likes, views, visits and comments) and 4 tables with users who liked, viewed, commented and visited), if, for example, then I have will need to store some more data. And in general, is it a good practice to make a lot of tables. I want to hear everyone's opinion. thank you
  • m

    madjar

    12/28/2022, 10:13 AM
    anyone made a decoupled DB stack yet?
  • m

    madjar

    12/28/2022, 10:54 AM
    Yo guys i think you cannot change the default password in the .env file when self hosting supabase with docker, cus if you change the password, it is going to fail to authenticate every single service
  • m

    madjar

    12/28/2022, 10:54 AM
    anyone knows anything about it?
  • b

    Bertalicious

    12/28/2022, 12:02 PM
    Hi, I've just been reading about supabase. Could someone very briefly explain if the Edge functions are always meant to be written on the client-side, or can they be written and deployed to the server-side to create simple API-s?
    s
    j
    • 3
    • 5
  • b

    Bertalicious

    12/28/2022, 12:08 PM
    Or are these just functions I can call from the client lib to do some pre-defined operations
  • m

    madjar

    12/28/2022, 12:11 PM
    think of them as lambda functions maybe?
  • s

    silentworks

    12/28/2022, 12:15 PM
    Hi I ve just been reading about supabase
  • t

    Taqi

    12/28/2022, 12:48 PM
    Anyone else experiencing issues with the Dashboard/TableEditor?
    s
    s
    • 3
    • 3
  • c

    Criminelis

    12/28/2022, 1:15 PM
    I'm trying to self-host Supabase but I'm unable to get the mailing functionality to work. The SMTP settings are correct (they work when I use them on a hosted project on supabase.com). The container running the Auth service only displays the following error message: "Error sending invite email". Has anyone experienced the same, or is able to help?
    s
    • 2
    • 1
  • j

    JuanFcoRomero

    12/28/2022, 2:03 PM
    Anyone works with Supabase + Flutter here?
  • c

    christer

    12/28/2022, 4:14 PM
    The nuxtjs documentation references a page that does not exist on nuxt.com Doc: https://supabase.nuxtjs.org/usage/composables/use-supabase-user 404: https://nuxt.com/docs/docs/directory-structure/middleware
  • a

    Albin

    12/28/2022, 4:21 PM
    edge functions keep timouting for anyone else?
  • a

    Albin

    12/28/2022, 4:21 PM
    sometimes they timeout, sometimes not
  • a

    Albin

    12/28/2022, 4:21 PM
    on us-east-1
  • e

    elamandeep

    12/29/2022, 6:59 AM
    how to change positions of row in a table?
  • e

    elamandeep

    12/29/2022, 6:59 AM
    I want to replace position of pogo and grok with each other
  • m

    MaheshtheDev

    12/29/2022, 7:05 AM
    you can just sort on basis of columns
  • m

    MaheshtheDev

    12/29/2022, 7:05 AM
    you can't perform custom order in row level
  • c

    Crownie

    12/29/2022, 9:01 AM
    whats wrong?
    Error when tokenizing at line 6 column 1 near "$$" in "[$$] language"
    Copy code
    sql
    create function public.is_admin(user_id uuid) 
    returns bool as $$
    begin
      return exists (select 1 from profiles where profiles.id = user_id and profiles.role = "admin");
    end;
    $$ language plpgsql security definer;
  • w

    wykonos

    12/29/2022, 9:03 AM
    heyy any news about hackathon results?😜
  • g

    Gaëtan 🐈

    12/29/2022, 10:34 AM
    Does anyone here really know anything about Git? I have a problem I joined GitHub in 2019 however my dates of incorporation go until 2002
  • x

    XSHAYANX

    12/29/2022, 11:32 AM
    are you trying to change the incorporation date for a GitHub organization that you are in?
  • g

    Gaëtan 🐈

    12/29/2022, 11:36 AM
    No, actually on my profile I have dates until 2002 when I was born in 2004 😂 but I joined GitHub in 2019 only
1...326327328...392Latest