https://supabase.com/ logo
Join Discord
Powered by
# ideas-and-suggestions
  • m

    Masn

    10/12/2022, 10:05 PM
    Any idea when we will get postgres functions functionality on supabase local instance?
    s
    • 2
    • 14
  • m

    Masn

    10/12/2022, 10:05 PM
    We use Database Webhooks for a fair amount of functionality in our marketplace and want that to be able to apply for our developers local environment as well.
  • s

    silentworks

    10/13/2022, 12:56 AM
    Any idea when we will get postgres
  • w

    whiskeywizard

    10/13/2022, 6:09 AM
    The documentation suggests loading Supabase JS via CDN:
    <script src="https://cdn.jsdelivr.net/npm/@supabase/supabase-js">
    With the release of v2, the above will fetch the breaking changes and completely brick all production applications using the CDN method due to the change of supabase.auth.signIn. The documentation should be updated to include a specific version in the CDN URL, at the very least.
  • c

    Chae

    10/13/2022, 1:04 PM
    Hi I have a issue with using CDN with Supabase. Is there a feature for external CDN cache (we are thinking cloudfront)? Loading(streaming) uploaded short videos are quite slow with supabase and cdn its working with. /ps please let me know if there is a better place to ask this question, Im quite new to the community, THX!
  • n

    NicoNico

    10/13/2022, 8:26 PM
    👋 hey Supabase team. What's a good place to leave overall feedback on the Supabase experience? I've worked on a few projects with Supabase now, and there's a lot I like about it, but there's also certain parts to the experience that often have me wondering if I'm spending more time trying to figure out Supabase specific libraries and design choices than getting a faster move on building - e.g. some simple things end up taking a long time given the state of docs and it can feel like the time gap to get unstuck can be. For what it's worth I'd pay quite a bit to be able to chat with a "Supabase Expert" on hand that can help get me unblocked - that's very valuable to me vs. having to wait for hours or spend time trying to get unblocked by going down google & github issue rabbit holes trying to piece together the state of things.
  • n

    NicoNico

    10/13/2022, 9:01 PM
    As an example, see this message https://discord.com/channels/839993398554656828/1011333570675081278/1030222888885833820- I spent a bunch of time debugging an issue with auth in the Supabase Auth Next JS helpers, and then bumping up a minor version magically solved the problem, no other code changed as far as I can tell
  • o

    Olyno

    10/13/2022, 9:20 PM
    Hi I would recommend to make your feedback directly in this channel, this is probably the best place for that. About talking with a "Supabase Expert", there is no current way. The team is already busy to work on Supabase, so it will not be possible to talk with an expert directly. On another hand, you still can ask in #1006358244786196510 and people will try to help you. If you paid a Supabase instance, you also can contact the support in case of problem (the best way to solve your issues is the #1006358244786196510 channel and discussions' tab on Github)
  • p

    Pragy

    10/16/2022, 3:52 PM
    Postgres 15 was released just a few days back, and has some awesome features! One major feature that I'm desperately waiting for is View with Security Invoker so that the RLS works on views. Any timeline for the adoption of PostgreSQL15?
  • i

    itisnajim

    10/16/2022, 6:41 PM
    Idea/Suggestion: listening to View Table using realtime
  • j

    jensen

    10/18/2022, 12:06 AM
    I'm excited about MERGE
  • i

    itisnajim

    10/20/2022, 9:35 AM
    suggestion: support multiple filters for realtime subscription Something like:
    Copy code
    const user_id = 'test_user_id';
    const status = 'incomplete';
    
    supabase.from(`todos:user_id=eq.${user_id};status=eq.${status}`).on('*', payload => {
      console.log(payload);
    }).subscribe();
  • e

    Elgr

    10/20/2022, 8:10 PM
    I'm new to Supabase and I'm thinking through adoption at my company. Since we're already using postgres, my thinking was that we would create a read replica of our current postgres, and I'd be able to show how the real time Read features of supabase benefit our product. Has anyone gone through a similar path? I'm hoping to avoid any major interruptions or conflicts with other teams going the read replica route
    o
    • 2
    • 1
  • o

    Olyno

    10/20/2022, 9:25 PM
    Replica question
  • e

    Elgr

    10/21/2022, 4:19 PM
    Based on everything I've researched so far, it doesn't look like there is a migration pattern for a current postgres setup into Supabase. My suggestion is that we add a pathway for that in the documentation to allow for adopting Supabase through a read replica. This would allow companies a preview of how Supabase works for an existing Postgres setup and help companies understand the benefits before moving into Supabase
  • s

    Sumit

    10/21/2022, 8:15 PM
    Hey all, did anyone suggested / requested FIDO support in Supabase Auth? FaceID, TouchID, etc?
  • r

    Rawa

    10/21/2022, 8:23 PM
    Column creation using REST API
  • j

    Julien

    10/22/2022, 3:24 PM
    Add a field to change/see the timezone of the DB
  • v

    VWL Tobias Hassebrock

    10/24/2022, 8:44 PM
    I added a suggestion to improve documentation. Since it is my first time adding a suggestion I would love to receive some feedback if I did it methodically in the correct way: https://github.com/supabase/supabase/issues/9811
  • c

    cdbattags

    10/25/2022, 10:34 PM
    Looks like I found a bug on
    inviteUserByEmail
    and a subsequent
    signUp
    doesn't return pre-existing raw_user_metadata from what was passed to the
    inviteUserByEmail
    s
    • 2
    • 2
  • m

    mendrinos

    10/26/2022, 1:07 PM
    Would multi-region postgresql offering be considered anytime in the near future? Both from high availability and latency perspective 🙂
    n
    • 2
    • 1
  • n

    nitehawk

    10/27/2022, 8:42 AM
    Would multi region postgresql offering
  • i

    Illia

    10/27/2022, 4:51 PM
    Suggestion: to change this error message and add steps to fix it:
    Error: supabase_migrations.schema_migrations table conflicts with the contents of supabase/migrations.; Expected version 20221025142903 but found migration 20221024143509 at index 30
    Maybe something like this would be better:
    Latest deployed migration  version is  20221025142903, but found previous version 20221024143509 that wasn't deployed. Fix: change 20221024143509 to be after 20221025142903.
  • u

    \ ឵឵឵

    10/28/2022, 2:08 AM
    It would be great if there were a way to raise/remove the free projects limit. This way doesn't necessarily have to be free, but it would be interesting for users who build a lot of small projects with Supabase that they'd like to keep running. Something like a "Developer" tier for ~$10/mo that would let you have more unpaused free-tier size projects. I suppose feasibility depends on what your bargain with AWS is and how much it costs you guys to run the necessary containers per month.
  • u

    \ ឵឵឵

    10/28/2022, 2:10 AM
    Having multiple databases per instance (à la https://github.com/supabase/supabase/discussions/4471) would also go a long way, but seems this would currently break the way the system is architected.
  • p

    pschuegr

    10/31/2022, 7:19 PM
    How hard is it to get Supabase officially supported in a new region? Would like to see a region in Africa somewhere, ping times are brutal if you have to go to ME / Europe
  • b

    baderdean

    11/02/2022, 9:50 AM
    it opens the debate to other host service than Amazon. My main custom has a "No Amazon" policy so it would be great to have alternatives hosting services... Besides, you could choose another region closer to you. We're in Tunisia and for the moment the EU is enough in terms of ping times.
  • g

    GaryLake

    11/03/2022, 4:57 PM
    Hey all, been looking into setting up some updated_at triggers but it looks like this might be getting prioritised as a platform/ui feature? Can anyone confirm if this is likely to be going ahead anytime soon? (In which case I can not bother with it now) 🙏🏻
  • g

    GaryLake

    11/03/2022, 4:57 PM
    https://github.com/supabase/supabase/discussions/6741
  • g

    garyaustin

    11/03/2022, 6:26 PM
    If I read that thread correctly all it would do is generate the triggers for you.
1...2829303132Latest