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

    silentworks

    08/22/2021, 2:55 AM
    Relational databases (like Postgres which Supabas uses) require your to have all columns upfront, you don't create them on the fly.
  • a

    a d

    08/22/2021, 4:23 AM
    can i use api link ? directly imean like with fetch stuff i saw it in some video and i can't find it atm
  • a

    a d

    08/22/2021, 4:47 AM
    ok i got it
  • p

    Peanut

    08/22/2021, 6:18 AM
    How can I create function hooks using CLI/SQL? Or can I only do it via the web console?
  • p

    Peanut

    08/22/2021, 6:18 AM
    I have like 20 hooks and don't want to manually create them all
    s
    • 2
    • 4
  • u

    user

    08/22/2021, 6:30 AM
    Il try to create table from scratch after check with pgAdmin
  • w

    wiesson

    08/22/2021, 7:07 AM
    Are there any performance implications if I use a uuid as PK? For example, I have orders, bookings and payments where I'd like to use a uuid as a pk
  • p

    Peanut

    08/22/2021, 7:07 AM
    I think uuid is preferred to anything else as postgres can do optimizations behind the scenes
  • p

    Peanut

    08/22/2021, 7:10 AM
    My guess tho
  • l

    lnraahCC

    08/22/2021, 8:41 AM
    Hi I am author of this issue, thanks for your help.
  • y

    yurix

    08/22/2021, 10:18 AM
    Provider's social login Google. I have this login enabled -> https://xrcvldvpazufasqpqolt.supabase.co/auth/v1/authorize?provider=google The problem is that access is requested to go to xrcvldvpazufasqpqolt.supabase.co and this url is horrible, it seems that it is allowing access to some virus. XD Is there a way to mask it with the real name of my website?
  • s

    silentworks

    08/22/2021, 1:00 PM
    Answered here https://github.com/supabase/supabase/discussions/2925
  • s

    silentworks

    08/22/2021, 1:01 PM
    Creating functions and triggers through SQL
  • d

    DEVKAMAL

    08/22/2021, 3:29 PM
    Plz supabase tuotorial for flutter in depth explain
  • d

    doctorRuediger

    08/22/2021, 3:39 PM
    you can create a new table from the client side?
  • e

    erik_flywheel

    08/22/2021, 5:02 PM
    Hi everyone, getting an error for creating a record with a post call from postman. I can manually add the record, so it isn't a field type issue. Been over the syntax several times, but can share that too if it would help... I'm using integromat to iterate through a Plaid API. There are 9 responses, 3 went through, 6 failed. Testing in postman returned this message
  • s

    silentworks

    08/22/2021, 5:04 PM
    I'm confused, is this a Supabase issue or a Plaid API issue?
  • e

    erik_flywheel

    08/22/2021, 5:04 PM
    Supabase. I'm creating the record in Supabase.
  • s

    silentworks

    08/22/2021, 5:04 PM
    Via its Restful endpoint?
  • e

    erik_flywheel

    08/22/2021, 5:04 PM
    yes
  • s

    silentworks

    08/22/2021, 5:05 PM
    You showed the returned body but not the body sent, its kinda hard to guess what's wrong without the full picture
  • e

    erik_flywheel

    08/22/2021, 5:05 PM
    full json body (it's sandbox fyi)
  • e

    erik_flywheel

    08/22/2021, 5:19 PM
    I verified all the field types match, all columns allow for null values... not sure what the issue is. Tested it with another JSON response from Plaid and got the same issue from supabase.
  • p

    praveen

    08/22/2021, 5:33 PM
    hey guys
  • p

    praveen

    08/22/2021, 5:34 PM
    just wanted to ask like i have a table of all the posts with columns such as created by , topic , title and no of bookmarks
  • p

    praveen

    08/22/2021, 5:36 PM
    so assuming i will have various like tens of thousands of ideas under each topic and everyuser wants like top 20-30 post and some posts from people they folloe
  • p

    praveen

    08/22/2021, 5:37 PM
    so do i query each time from the original db or do i just make another db like top 100 ideas under each topic and every 15 mins just update that db based on the current position of our posts?
    s
    • 2
    • 8
  • p

    praveen

    08/22/2021, 5:46 PM
    the topics will be read more often than write
  • s

    silentworks

    08/22/2021, 5:53 PM
    Should the table be queried or should I use a aggregate table
  • s

    silentworks

    08/22/2021, 5:55 PM
    Can you try doing an insert using the Supabase client library instead and see what the results are?
1...585960...316Latest