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

    user

    02/17/2022, 11:57 PM
    i used flutter before but not with supabase
  • u

    user

    02/17/2022, 11:57 PM
    idk a friend recommended it to me but i feel like there is no support at all
  • u

    user

    02/17/2022, 11:57 PM
    and the documentation page is lacking some information
  • u

    user

    02/17/2022, 11:57 PM
    ive been sticking with mongodb for a while and mongodb serverless option is great for me
  • m

    Milou

    02/18/2022, 6:14 PM
    hey! im building a simple app with angular and supabase and i was wondering where i should put all the getters and setters for my data model
  • m

    Milou

    02/18/2022, 6:15 PM
    i.e. i want users to manage todo-lists, should i just put the respective
    get item
    and
    set item
    methods in the base supabase service?
  • m

    Milou

    02/18/2022, 6:15 PM
    or would using separate services be advisable?
  • d

    drex

    02/19/2022, 11:24 AM
    yo any idea for a fix?
  • d

    dmailloux

    02/19/2022, 6:30 PM
    hey @User, I suspect this is the issue you're facing. https://nextjs.org/docs/messages/module-not-found#the-module-youre-trying-to-import-uses-nodejs-specific-modules basically, fs is a node module and afaik you can only run node code in specific contexts in nextjs projects
  • d

    drex

    02/19/2022, 6:33 PM
    yea the api endpoints in next js runs in the node env so i decided to make an endpoint for it
  • d

    drex

    02/19/2022, 6:33 PM
    so now it works
  • a

    and3rsonsousa

    02/19/2022, 11:25 PM
    Hi guys. I updated my remix app to 1.2.1 using the cloudflare pages template and then the fetch solution stopped working. Now I am having this error. Till now couldn't find any solution for this. The patch solution for cloudflare worker on github is not working either. Anyone got this error and solved it?
  • l

    Link

    02/20/2022, 5:42 PM
    Any way to dump the data of the supabase postgres database
    k
    n
    • 3
    • 19
  • k

    ktosiek

    02/20/2022, 5:44 PM
    pg_dump? You can find the URL in project settings -> Database
  • l

    Link

    02/20/2022, 5:45 PM
    How do I do it on windows though
  • l

    Link

    02/20/2022, 5:45 PM
    Cuz I don't have a pg_dump command
  • k

    ktosiek

    02/20/2022, 5:46 PM
    pgAdmin has binaries for Windows, that might work. Or just use WSL2 😛
  • l

    Link

    02/20/2022, 5:47 PM
    wsl2 aint an option no
  • k

    ktosiek

    02/20/2022, 5:48 PM
    dump the db on Window
  • p

    PixelPage ᶠᵒˡᶤᶻᶻᵃ

    02/20/2022, 7:23 PM
    What can happen when i don't enable RLS? for example when i store points in a game? I don't give the anon key/Url to the users
  • n

    Neucoas

    02/20/2022, 9:16 PM
    Remember that the keys are part of your frontend code
  • p

    pocin

    02/21/2022, 12:20 PM
    hey i wonder what everyone use for testing that rls policies work as intended. I am now writing what seems to be close integration tests in typescript. In each test - i truncate everything - create user using supabase-js - populate db using dummy data directly via pg connection - use supabase-js to authenticate user - test queries It gets the job done, but is a bit tedious and fairly slow (about 1s/test on localhost). Am i missing something more obvious?
    s
    • 2
    • 9
  • u

    user

    02/21/2022, 3:07 PM
    Hello! I'm currently using Firebase for my app and I'm looking into moving out of it for a couple of reasons. At the moment, I mostly want to migrate out of Firestore and to postgres. I'm looking into Supabase because I'm interested in the real time updates of the db. I have a few questions about that: - Realtime stuff: The doc (https://supabase.com/docs/guides/database#realtime) explains the server side aspect of it, but I couldn't find a code example on how it works client-side, is there a sample somewhere? - RLS: all the RLS samples in the doc assume that the authentication system used is the Supabase one, but for now I want to keep Firebase Auth as the login provider. Is that possible? Thank you 🙂
  • s

    silentworks

    02/21/2022, 4:45 PM
    Testing RLS
  • t

    Twadeus

    02/21/2022, 10:17 PM
    Does Self Hosting support postgres read replica or just HA?
  • r

    Richie

    02/22/2022, 4:50 PM
    In terms of being privacy-friendly, where does Supabase stand? For example, with privacy focused analytics products like Fathom, Plausible, etc, they'll insist that one of the reasons that they are privacy first is because their traffic is routed through EU owned infrastructure. I know this is quite a legal focused question, but if you choose an EU Supabase server upon setup, would that check the box of being privacy friendly? (from a DB point of view)
  • c

    cbert

    02/22/2022, 7:35 PM
    Hi everyone, I'm getting this error when trying to use realtime in my sveltekit project (using @User/supabase-js):
    browser.js:25 WebSocket connection to 'wss://{{project}}.supabase.co/realtime/v1/websocket?apikey={{apikey}}=1.0.0' failed:
    Do I need to install @User/realtime-js as well and set up the specific client? Thanks in advance, just started moving my project to supabase, so far everything else was extremely smooth 👍
  • g

    garyaustin

    02/22/2022, 8:49 PM
    Restart your supabase instance. They rolled out some sort of fix a few days ago for an issue potentially like that. And realtime.js is part of supabase.js.
  • e

    eqoram

    02/22/2022, 9:06 PM
    Is there an ETA when supabase might get out of beta state? :)
  • c

    cbert

    02/22/2022, 9:10 PM
    thanks, trying this right away!
1...192193194...392Latest