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

    ricky

    03/18/2022, 5:45 PM
    is supabase db's down or something?
  • s

    silentworks

    03/18/2022, 5:48 PM
    Not that we are aware of. I've just connected to one of my instances hosted on supabase just now from my Postgres client.
  • x

    xananax

    03/18/2022, 6:48 PM
    I'm looking to have a migration script that creates the tables on supabase for easy deployment (I intend to distribute the source for people as a starting point). What is the best way to go about that?
  • x

    xananax

    03/18/2022, 6:49 PM
    Ideally, it'd run on any run of
    npm run dev
    , checks if the tables exist, and create them if not
  • x

    xananax

    03/18/2022, 6:51 PM
    Ah, I see, not possible at the moment
    s
    e
    • 3
    • 4
  • s

    silentworks

    03/19/2022, 1:40 AM
    Database schema migration
  • v

    veteran_ludologist

    03/19/2022, 2:10 PM
    hi , I want CRUD app example in c# if possible using either c# - typescript without any frontend framework ?
  • l

    lrnecgcysiam

    03/19/2022, 4:39 PM
    Hi, I just started using Supabase thanks to Jon Meyers course on egghead I am super excited to learn more about using supabase and perhaps more examples of implementing different projects
  • b

    bluetoothfx

    03/20/2022, 6:31 AM
    Is there any timeline when supabase function might arrive?
  • d

    debabrata

    03/20/2022, 11:40 AM
    We might get some news during the next launch week I guess
  • d

    debabrata

    03/20/2022, 11:40 AM
    Which will take place during the end of March
  • b

    bluetoothfx

    03/20/2022, 12:08 PM
    I'm interested how they setup pricing 😜 plan.
  • b

    bluetoothfx

    03/20/2022, 12:22 PM
    Is it possible to execute raw/custom query in supabase with some parameter? e.g: select * from books where cid=1;
    g
    d
    n
    • 4
    • 14
  • e

    Edan

    03/20/2022, 12:27 PM
    Curious to hear how some of you go about migrations. It seems like Supabase doesn't have anything native and every approach we’ve tried feels janky.
  • b

    bluetoothfx

    03/20/2022, 12:43 PM
    IMO supabase is not one to one mapping of firebase. Also this is one of a kind. Though it gives basic functionality of firebase like realtime update, database, auth, storage (only for cloud and not for self host) but there are some other stuff that firebase offers or you can do with firebase free of cost but here it is not available. I think people are migrating to supabase and not replacing it with firebase (just my hunch). Or the project scope covers supabase. But as a Postgres lover I think supabase has it's potential.
  • g

    garyaustin

    03/20/2022, 1:51 PM
    raw sql
  • q

    Quartzic

    03/20/2022, 4:12 PM
    I'd also like to hear about migrations. I'm considering switching to Supabase because I've realized that I've laid out my database in a "SQL" way and my current access patterns are very costly on Firestore
  • q

    Quartzic

    03/20/2022, 4:12 PM
    (This is my first webapp so very inexperienced)
  • q

    Quartzic

    03/20/2022, 4:13 PM
    The app is an RFID-based attendance tracker for my school. These are the tables: https://i.quartzic.co/MLXHTEXM
  • q

    Quartzic

    03/20/2022, 4:13 PM
    Cards maps RFID card IDs to Identities Events stores each scan of a Card at a Sensor, in a certain Logbook, with a timestamp Identities stores a person's name and photo Logbooks stores a logbook's name Sensors stores a sensor's name, API key, and the Logbook it is currently writing to
  • q

    Quartzic

    03/20/2022, 4:15 PM
    If anybody has any thoughts on this design please let me know
  • b

    bluetoothfx

    03/20/2022, 5:58 PM
    How many project I can open under free tier?
  • b

    bluetoothfx

    03/20/2022, 10:03 PM
    Hello guys, why I can't see those tables in my console?
    s
    n
    • 3
    • 7
  • b

    bluetoothfx

    03/21/2022, 12:17 PM
    How to understand what will be the best server/region for hosting? Just location distance? Any guideline?
  • f

    Foxmind1

    03/21/2022, 1:34 PM
    I choose based on where my users are but I don't know if that's the only thing to keep in mind
  • b

    bluetoothfx

    03/21/2022, 1:46 PM
    In my case I guess there is 2 location I can choose. But I see when I press login it take some seconds, that's why I'm a bit confused but I prefer to try set it for best possible server. This is the thing that you can't change later I guess. Also don't know if there is any side performance change between free tier and pro/pay as you go package. May be free tire is shared!
  • r

    ricky

    03/21/2022, 3:52 PM
    I want to build a user notification system. Is this video using web hooks appropriate for this?
  • r

    ricky

    03/21/2022, 3:52 PM

    https://www.youtube.com/watch?v=codAs9-NeHMâ–¾

  • r

    ricky

    03/21/2022, 3:54 PM
    For example when a user creates a new comment, i create a new entry in the db and then a web hook triggers an event that sends an email notification using some email transaction service to the OP about a new post?
    g
    b
    • 3
    • 3
  • g

    garyaustin

    03/21/2022, 5:23 PM
    Using hooks for notification
1...202203204...392Latest