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

    \ ឵឵឵

    11/01/2022, 3:31 AM
    Yep, scrubbing is for sure something I'd imagine to be in the mix as far as any implementation.
  • c

    Cody

    11/01/2022, 3:31 AM
    But you can probably get libraries to help you with that.
  • c

    Cody

    11/01/2022, 3:31 AM
    Agreed, though.
  • u

    \ ឵឵឵

    11/01/2022, 3:31 AM
    I think the concerns with scrubbing are also lesser given that the data can stay on the same system with the same RLS policies etc.
  • c

    Cody

    11/01/2022, 3:32 AM
    You would need to update your GDPR policies and deletion code to make sure to cover those databases. So it still opens you up to possible PII hoarding.
  • u

    \ ឵឵឵

    11/01/2022, 3:34 AM
    I'd have a much bigger problem letting devs dump my production database to local, for example. But what I'm talking about it basically just point-in-time cloning the existing database within the same system and getting new anon/service keys and probably a new endpoint URLs. Works perfectly with the existing CI/CD workflows a lot of us have with Netlify/Vercel preview deployments.
  • u

    \ ឵឵឵

    11/01/2022, 3:36 AM
    And is a safe playground to test big ALTER etc. migrations on real data and validate against the upcoming codebase without having to pause production access to do the final migration.
  • c

    Cody

    11/01/2022, 3:37 AM
    If you put a TTL on that where it will delete itself after x number of days without activity, that would be pretty solid start.
  • c

    Cody

    11/01/2022, 3:37 AM
    Heroku does that with review apps.
  • u

    \ ឵឵឵

    11/01/2022, 3:37 AM
    This is fair, but I already have to have these kind of policies in place to cover more difficult things—like forgetting users from backups 😆
  • u

    \ ឵឵឵

    11/01/2022, 3:41 AM
    I'm thinking that these would most likely be fairly short-lived. It honestly works perfectly with the existing stuff; you can have different snapshots for different feature branches that are testing out frontend code against a migration, staging branch tracking a regular clone of production data, etc.
  • u

    \ ឵឵឵

    11/01/2022, 3:44 AM
    Most tools already let you set environment based on Git branch, couldn't fit any better.
  • u

    \ ឵឵឵

    11/01/2022, 3:46 AM
    I'm also not at all opposed to the idea of optionally integrating a scrub query as part of the snapshot, for those who feel they need it.
  • c

    Cody

    11/01/2022, 3:47 AM
    Sounds like a worthwhile project, tbh.
  • c

    Cody

    11/01/2022, 3:47 AM
    That type of DX speeds up PRs enormously.
  • e

    Elfhild

    11/01/2022, 10:20 AM
    How do i create private channels ?
  • e

    Elfhild

    11/01/2022, 10:21 AM
    with realtime
  • k

    Karbust

    11/01/2022, 1:04 PM
    ^^
  • a

    Abrar

    11/01/2022, 1:10 PM
    i am unable to create a help post, any other way to ask question?
  • g

    garyaustin

    11/01/2022, 1:11 PM
    Did you add a tag? You can ask here otherwise.
  • a

    Abrar

    11/01/2022, 1:12 PM
    yes, i did. seems like a discord bug, it keeps saying an unknown error occured
  • a

    Abrar

    11/01/2022, 1:13 PM
    Thanks, I am asking here then, I am suddenly facing this weird issue. My react native app can no longer fetch database records or perform any db operation. I continuously get this error: [TypeError: Cannot read property 'getItem' of undefined] Moreover, my app in production also stopped working. So, I guess, it is sort of an internal error. Has anyone faced this too? What is the fix for it?
    g
    • 2
    • 3
  • g

    garyaustin

    11/01/2022, 2:33 PM
    getItem error
  • c

    Cody

    11/01/2022, 4:43 PM
    Has anyone taken the plunge on trying out Supabase with the new
    app
    directory of Next.js 13?
    g
    j
    • 3
    • 9
  • d

    Domcario

    11/01/2022, 5:13 PM
    How can I check if a user that signed in via google oauth is a new user that just signed in for the first time? it's easy to track this when it's email/password login, but unsure for google signin users
  • g

    garyaustin

    11/01/2022, 5:26 PM
    Please ask in #1006358244786196510
  • f

    flapili (FR, bad EN)

    11/02/2022, 9:53 AM
    everyone know at least on discord with this kind of people x)
  • t

    trezi

    11/02/2022, 3:48 PM
    i'm experiencing some slower than normal response time from supabase queries in the last couple hours, it's just me?
  • t

    trezi

    11/02/2022, 6:24 PM
    now it's back blazing fast as always
  • k

    KTibow

    11/02/2022, 10:52 PM
    does postgrest let you group/sort/filter by hour? is this a #1006358244786196510 ?
1...283284285...392Latest