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

    Olyno

    04/08/2022, 2:01 PM
    Hi Please ask in #843999948717555735 to get help
  • o

    Olyno

    04/08/2022, 2:02 PM
    Nope, but i guess you can create an issue on the UI project to ask about it
  • n

    nota

    04/08/2022, 2:03 PM
    hmm okay thanks!
  • n

    nota

    04/08/2022, 2:03 PM
    maybe it’s because the grid component does data fetching or something
  • b

    bill92

    04/08/2022, 4:50 PM
    Is there a way to return an error if a user (email) already exists [using
    supabase.auth.signUp()
    ]?
  • o

    Olyno

    04/08/2022, 5:35 PM
    Hi Actually you already have the error using the ``error`` field of the ``signUp`` response. Also please ask in #843999948717555735 next time to get help
  • b

    bill92

    04/08/2022, 5:35 PM
    thanks!
  • f

    FromNairobbery

    04/08/2022, 11:12 PM
    Hey Guys! I’ve been checking out Supabase for sometime and I have a couple of questions: 1. Is it possible to use Supabase authentication only, without using Supabase’s database and storage? What are the implications of this? We currently use AWS for storage and database but we are looking for an authentication product and are considering Supabase for this. 2. I’ve been trying to find a video/demo showing Supabase’s user management dashboard but I can’t seem to find one. Does the user management dashboard show you details such as which users logged in to the app, when they logged in to the app, how they logged in, did a user change their password, failed log in attempts etc?
  • e

    Efizzz

    04/09/2022, 2:34 PM
    Where is data saved to supabase actually stored? What cloud provider does it hook up to>?
  • d

    DanMossa

    04/09/2022, 3:10 PM
    Is Kang the only person allowed to review and approve gotrue PRs? There's a bug that I made a PR for.
  • m

    mewash

    04/09/2022, 3:56 PM
    How do you guys do migrations? Supabase docs have been talking about diffing, but is it really production-grade? I want it to be reliable, I've tried it the other day, a handful of realtime-related settings was cloned from db to db and I've had a new schema which happened to nuke my new free tier instance I wanted to upgrade for production environment XD
  • m

    mewash

    04/09/2022, 3:58 PM
    How do you declare your schema and have it asserted
  • m

    mewash

    04/09/2022, 4:06 PM
    Hmm, Supabase has gotrue inside
  • m

    mewash

    04/09/2022, 4:12 PM
    https://github.com/supabase/gotrue Supabase has it's own fork of gotrue with more services possible to use, and it uses JWT not SWT, I can't say more just found it
  • m

    mewash

    04/09/2022, 9:25 PM
    ooh, supabase has migrations built into cli, dumb me, I now like Supabase even more
  • k

    kingpeppe

    04/09/2022, 10:24 PM
    Does anyone else experience this when using realtime in svelte?
    s
    • 2
    • 4
  • s

    silentworks

    04/09/2022, 10:34 PM
    Realtime in Svelte
  • i

    Infinil

    04/10/2022, 1:38 AM
    Hello , I wanted to ask if you can use supabase without setting a billing profile? Basically in firebase you need to setup billing profile if u want to use cloud functions so is it same for supabase's edge functions?
    g
    • 2
    • 3
  • g

    garyaustin

    04/10/2022, 1:52 AM
    edge functions billing
  • k

    KrisGunnars

    04/10/2022, 2:07 AM
    Anyone tried this library? https://github.com/supabase-community/supabase-auth-helpers I just installed it on a branch and it added more than 150kB to the "First load JS" for every single page on the site.
    s
    • 2
    • 5
  • i

    Infinil

    04/10/2022, 3:36 AM
    Since there is a 500MB limit on database (free plan).. will I have to start deleting rows as I add more rows to not cross that limit?
  • h

    hellomynameisdylan

    04/10/2022, 1:16 PM
    Hey - just checking out Supabase and it looks great! I've got a use case where users will be uploading files up to 1 Gb in size to storage. Once this upload is complete a function will have to be run against it, and that function will parse that upload and insert some rows into the database. Is there a recommended setup for an architecture like this? Thanks in advanced 🙂
  • h

    Hostile_Zombie

    04/10/2022, 6:01 PM
    Hey, does anyone have any information about setting up things like rate limiting and logging for the Edge functions? There is some initial information about a "Relay" but it doesn't go into any details about actual implementations you can set up. https://supabase.com/blog/2022/03/31/supabase-edge-functions "The Relay acts as an API gateway, authenticating the JWT, and providing some additional functionality like logging and rate-limiting."
  • a

    anggoran

    04/10/2022, 6:16 PM
    imo, you shouldn't allow users upload 1GB file in a single upload, unless they have a great privilege on your app
  • a

    akito

    04/11/2022, 12:15 AM
    agree - since dylan mentioned that a function will parse that upload anyway meaning that it'll also have to drag that file out of the database, it'll be very heavy on bandwidth
  • a

    akito

    04/11/2022, 12:16 AM
    they might want a traditional database structure where the server runs alongside the database in a server instead of having to lug that 1GB file everywhere
  • a

    aiji42

    04/11/2022, 2:14 AM
    Currently I am seeing that the graphql endpoint returns 404. Am I the only one with this problem? I have confirmed that the endpoint was working at the end of last week. I have not changed any settings since then. If I create a new project, the same problem does not occur there.
  • j

    JZFLei

    04/11/2022, 7:54 AM
    Is it safe to say, edge functions of for the BaaS version only and not the self hosted?
    s
    • 2
    • 1
  • a

    akito

    04/11/2022, 8:41 AM
    I'm hoping the latency of edge functions for database access gets better since I already love using them
  • a

    akito

    04/11/2022, 8:42 AM
    HUGE thanks - working with TypeScript natively is much easier than wrangling with JavaScript
1...212213214...392Latest