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

    user

    01/22/2022, 1:23 AM
    lol ngl supabase seems too cool to be true but it is šŸ˜„
  • u

    user

    01/22/2022, 1:26 AM
    theres so many possibilities lol
  • s

    Spedix

    01/22/2022, 10:06 AM
    Hi, I wanted to use the Supabase for a completely offline project so i have installed docker version. But i have noticed that Storage isn't available in the self hosted version? Is this intended?
  • m

    Milou

    01/23/2022, 1:47 AM
    ive seen that supabase provides a ton of authentication providers to use for authentication with other apps
  • m

    Milou

    01/23/2022, 1:47 AM
    but is there also a feature thats lets you do authentication ala "Sign in with
    my-supabase-based-app
    ?
  • m

    Milou

    01/23/2022, 1:47 AM
    i.e. let the supabase backend act as a oauth2 authentication server?
  • j

    joshcowan25

    01/23/2022, 6:10 AM
    How to delete users from the auth Database? I saw deleteUser(), but it's server side; would it work as a serverless function on vercel?
  • w

    Waldemar

    01/23/2022, 10:55 AM
    I've written a Node.js script to migrate our Airtable database to Supabase. The script **1. **Analyses Airtable schema and creates all the tables in Supabase by using
    pg
    to directly connect to the Supabase DB and execute SQL statements **2. **Migrates all the data using
    supabase-js
    Now the 2. step will definitely remain automated, however, I'm a bit paranoid about the 1. step: what if there will be any strange issues further down the line, because I didn't use the intended way to create the tables, which is the Supabase dashboard? šŸ‘† this will be the third major upgrade of our main system in 7 years of business. The new system with Supabase at it's core will be the central platform for many future developments. So the reliability / stability / longevity / compatibility with the entire Supabase tooling and ecosystem is crucial. What do you think? We have ~20 tables, each with 5-30 fields, so creating them manually won't be a huge deal. And the current Airtable schema is more or less frozen at this stage. Does anyone have a project already in production where the Supabase DB was created by running raw SQL statements (
    CREATE TABLE... ALTER TABLE ... ADD CONSTRAINT
    and so on)? What does Supabase actually do when you create new tables, add relations and so on? P.S.: I've already asked Supabase guys this same question a while ago, but seeing how fast Supabase evolves (which is amazing!), I want to bring this up again. As a developer, I want to automate everything and even wanted to open source this tool for other folks, but as CTO I need to play safe. Thanks!
    s
    • 2
    • 3
  • m

    moein

    01/23/2022, 11:50 AM
    Finally released first version of supabase + aws boilerplate https://github.com/moein/supabase-aws-boilerplate
  • i

    itsnotyalc

    01/23/2022, 5:14 PM
    Is there a bug with subscriptions? Haven't been able to get my code to work and online demos for chat are also not working properly (have to refresh to see new data). Ex: Apparently you have to enable subscriptions for each applicable table šŸ˜… This should be very clearly documented
  • j

    Jonathan Marbutt

    01/24/2022, 1:28 AM
    I am starting to evaluate supabase for a remix project using prisma. I am moving a .net project with MS-SQL to remix/prisma and postgres. I am trying to get an understanding if supabase is a fit for this project (actually have a couple projects). So here are some of my questions: 1. Does supabase offer read-only replicas or other geo-relocation? 2. Is there any type of firewall infront of the database? I haven't seen how to limit connections to specific ip addresses? 3. Will Supabase sign a Hipaa baa? Is there a cost associated with this? 4. Any other information good on why to choose supabase over something at AWS or Hasura? We are trying to decide where to host our postgres and our remix app and I can't decide.
    w
    • 2
    • 6
  • b

    Biondi Bagasta Wiko Putra

    01/24/2022, 2:25 AM
    #ASK Is it possible to using Supabase Auth using custom column like User Identity Number instead Email or Phone Number?????
  • j

    Jay-flow

    01/24/2022, 9:08 AM
    Hello, I have a question about social login. When I log in on social on iOS, the social login window appears on the web, and I want to log in and return to the app, but the app doesn't open. When I open the app manually, I log in normally. Is it supposed to be like that?
  • j

    Jay-flow

    01/24/2022, 9:09 AM
    Android automatically opens the app after social login.
  • s

    silentworks

    01/24/2022, 10:42 AM
    Creating schemas via pg
  • s

    SG1asgard

    01/24/2022, 2:06 PM
    Hi all. Does Supabase support
    Multi Tenancy
    for users? Much appreciated!
  • s

    sockenguy

    01/24/2022, 3:21 PM
    Hmm are there any supabase type packages? The current examples are using javascript not typescript, would be interesting
    s
    • 2
    • 2
  • s

    sockenguy

    01/24/2022, 3:23 PM
    Like what type is session in this case?
    Copy code
    ts
    export default function Account({ session }) {
  • e

    Evostance

    01/24/2022, 3:46 PM
    Hi All - does anyone know why my realtime updates might have just stopped working? Looking in network requests, I can see that the WS request to
    : wss://XXXXXX.supabase.co/realtime/v1/websocket?apikey=XXXXX
    just stays as Pending with a 101 response? All replication etc on Supabase seems to enabled etc so seems to be client related
    g
    • 2
    • 30
  • g

    garyaustin

    01/24/2022, 4:20 PM
    Realtime and 101 response
  • s

    Scott P

    01/24/2022, 4:37 PM
    Supabase typescript
  • s

    sockenguy

    01/24/2022, 11:14 PM
    Can I customize the "sign in magic mail" email?
  • s

    sockenguy

    01/24/2022, 11:15 PM
    style + content
  • j

    joshcowan25

    01/24/2022, 11:50 PM
    Has anyone use the PostGis extension on Supabase?
    g
    j
    • 3
    • 6
  • g

    garyaustin

    01/25/2022, 12:38 AM
    PostGis extension
  • t

    tasty

    01/25/2022, 1:02 AM
    hello is there a supabase desktop app
  • i

    Isaiah

    01/25/2022, 2:00 AM
    sadly there is no supabase desktop app
  • b

    Baker XBL

    01/25/2022, 9:19 AM
    yeah on the templates page: https://app.supabase.io/project/xxxxxURLxxxxx/auth/templates
  • m

    malaleche

    01/25/2022, 10:11 AM
    when I use authentication->settings although I set up this URL: http://localhost:3000/app/ it looks like always redirect me to http://localhost:3000/ is this a bug ?
  • m

    malaleche

    01/25/2022, 10:54 AM
    looks like it works now using: { redirectTo: 'https://example.com/welcome' }
1...183184185...392Latest