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

    copple

    08/11/2021, 11:20 PM
    I'll be live on twitch in 10 mins if anyone wants to join https://twitter.com/kiwicopple/status/1425595668425441281
  • c

    copple

    08/12/2021, 12:14 AM
    https://www.twitch.tv/coderhq_
  • k

    Kayan

    08/12/2021, 10:31 AM
    Hello guys! I'm exploring Supabase architecture. https://supabase.io/docs - This page says, that supabase has PostgREST and postgres-meta components. Could someone explain to me what is the difference between them? postgres-meta is used for administrative purposes or what? Or maybe it's already described somewhere, then I will appreciate if you advise where I can find answer
  • t

    test12

    08/12/2021, 10:32 AM
    how to import csv ?
  • c

    copple

    08/12/2021, 10:54 AM
    > PostgREST This creates an instant API for you on top of your database: https://postgrest.org > postgres-meta This one is largely internal (for now), so you can safely ignore it. It allows you to modify your database through an API (add tables, drop tables etc): https://github.com/supabase/postgres-meta
  • k

    Kayan

    08/12/2021, 11:03 AM
    Thank you so much! So, using PostgREST I cannot create tables, only create/delete/etc records?
  • c

    copple

    08/12/2021, 11:03 AM
    yeah exactly
  • k

    Kayan

    08/12/2021, 11:05 AM
    Got it BTW, is it the right room to ask questions like that? Or there is another one?
  • n

    nyellin

    08/12/2021, 11:25 AM
    hi all, I'm using supabase auth in m app and /auth/v1/authorize?provider=google seems to be down right now... is it just me or is there an outage right now?
  • t

    test12

    08/12/2021, 11:36 AM
    prisma yarn migradate:dev Error: P1017 Server has closed the connection.
  • n

    nyellin

    08/12/2021, 11:38 AM
    OK, it's back up
  • n

    nyellin

    08/12/2021, 11:38 AM
    but there was definitely some downtime just now
  • n

    nyellin

    08/12/2021, 12:32 PM
    OK, supabase auth is down again for me...
  • w

    warflash

    08/12/2021, 1:38 PM
    Hey people ๐Ÿ‘‹ Does anyone know when we can expect to be able to use timescale in supabase? it seems like it has been merged for the release week but cant find it in the dashboard ๐Ÿค”
  • c

    copple

    08/12/2021, 1:54 PM
    Hey @User perhaps you can jump into the #843999948717555735 channel with this one and share more details about what 'down' looks like? If it looks like something that is only solvable by the team, then you can email beta@supabase.io. as a hail mary - there is always a "restart server" button in the Setting of your project
  • c

    copple

    08/12/2021, 1:56 PM
    Hey @User we had to pull back on this over concerns about the license. Unfortunately the license wasn't clear enough to determine if we are allowed it on our hosted dashboards so we decided to be safe (by not offering it). We've reached out to them. If we get the go-ahead we'll roll it out, if not then we'll think of another solution for timeseries data
  • w

    warflash

    08/12/2021, 2:00 PM
    @User Aah alright gotcha, thanks for the response ๐Ÿ‘Œ Been following the back and forth with timeseries data on supabase for quite a while and really looking forward to that. Unlucky that the timescale licensing is not 100% clear but hey, hopefully it'll work out ๐Ÿ’ช
  • s

    Scott P

    08/12/2021, 2:33 PM
    Realtime RLS - any recent updates?
    d
    • 2
    • 3
  • x

    Xyo

    08/12/2021, 3:39 PM
    My understanding of the license is that Supabase falls under Value Added Product or Services. Even thought itโ€™s a database / database as a service, time series isnโ€™t the main offering of the product - so itโ€™s not prohibited. Though, a clarification from Timescale directly would be best.
  • a

    Adamo

    08/12/2021, 4:40 PM
    How would you go about using
    supabase.auth.signUp
    with a multistep signup form? Would you first create the user with the email/password and then on the next steps, gather the extra info and update the user with the extra info?
  • x

    Xyo

    08/12/2021, 5:46 PM
    I would do all that when form is over
  • x

    Xyo

    08/12/2021, 5:47 PM
    This reduces the amount of random users created that didnโ€™t actually finish the form
  • x

    Xyo

    08/12/2021, 5:47 PM
    So form finish -> create user -> update data. Do we have data on signup yet or still an open issue?
  • k

    KrisCoulson

    08/12/2021, 8:48 PM
    Is there a good way to test the auth emails / style them using the docker container? Or is it just default templates?
  • h

    hannyOfSaris

    08/12/2021, 11:04 PM
    I've noticed that the SDK docs are more in-depth compared to the API docs. Is it a better idea to build utilizing the SDK over the API going forward?
  • b

    Biondi Bagasta Wiko Putra

    08/13/2021, 12:35 AM
    Why i got this when i clicked the
    Copy code
    Start your project
    button.... or after i signed in with my github account, it was redirected me to this blank page with json response.....
  • c

    copple

    08/13/2021, 12:58 AM
    wow - this is strange. It looks like vercel didn't serve the HTML/Next.js, it served some JSON instead. Perhaps you hit this site right between deploys?
  • b

    Biondi Bagasta Wiko Putra

    08/13/2021, 1:02 AM
    It was fixed right now, i got this view because i enabled
    Copy code
    SEVEN JSON Viewer
    extension on this page.....
  • u

    __ianjasper

    08/13/2021, 1:17 AM
    the best way is too use insert auth and insert metadata via rpc with transaction
  • u

    __ianjasper

    08/13/2021, 1:19 AM
    You can go to Postgrest website to see and indepth doc about API ๐Ÿ™‚
1...737475...392Latest