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

    mod

    09/09/2021, 9:58 AM
    and is there plans to release an open-source UI ?
  • m

    mod

    09/09/2021, 9:59 AM
    We recently joined as a sponsor and would like to contribute code and features: https://github.com/supabase/supabase/discussions/3132 I am requesting for anyone to comment, AMA if this isn't clear
  • j

    jonny

    09/09/2021, 10:02 AM
    we are working on this, we are actively trying to move forward so we can open source the dashboard.
  • m

    mod

    09/09/2021, 10:03 AM
    that's awesome news
  • m

    mod

    09/09/2021, 10:03 AM
    then I'm glad I sponsored
  • m

    mod

    09/09/2021, 10:03 AM
    I can increase it if that helps
  • m

    mod

    09/09/2021, 10:04 AM
    @User are you working at supabase ?
  • j

    jonhelge

    09/09/2021, 10:04 AM
    Hi, are there any documentation of the storage apis in case where you want to use a language that not have a good client yet? (like python)
  • j

    jonny

    09/09/2021, 10:05 AM
    might be useful https://supabase.github.io/storage-api/#/
  • j

    jonny

    09/09/2021, 10:10 AM
    😄 thanks for the support! no need to increase it, we are really trying to figure out a good solution so the hosted dashboard and open source dashboard share code and are not out of sync. it would be a shame if one of them was inferior (or out of date) to the other.
  • u

    user

    09/09/2021, 10:54 AM
    https://tenor.com/view/kakashi-hatake-naruto-thumbs-up-anime-gif-17594137
  • a

    akaban

    09/09/2021, 2:04 PM
    I can create schemas on the database but doesn't look like they are exposed to the API neither are available on the dashboard
  • a

    akaban

    09/09/2021, 2:04 PM
    React-query
  • s

    Scott P

    09/09/2021, 2:04 PM
    Make sure you update your search path in the settings inside Supabase dashboard
  • a

    akaban

    09/09/2021, 2:07 PM
    Amazing thanks did not notice it !
  • a

    ankitjey

    09/09/2021, 4:18 PM
    Hello guys, I am launching my side project tomorrow, build entirely on top of supabase(auth, database, storage). Anything that should be done before going full production. Would love to know.
    s
    • 2
    • 2
  • d

    Deleted User

    09/09/2021, 5:26 PM
    does supabase support aggregate functions from JS yet?
  • d

    davlaha

    09/09/2021, 5:36 PM
    Does anyone know how to get a google refresh token using an external oauth provider the documentation seems to be limited?
  • j

    jonhelge

    09/09/2021, 6:42 PM
    Are there any way to access storage as a s3 compatible interface?
  • l

    lsunkieder

    09/09/2021, 7:02 PM
    Is it at all possible to manually "login" a user using the jwt secret that's provided ? So without having to provide a password just the secret
  • f

    fenix

    09/09/2021, 8:01 PM
    Language requirements to appear in documentations
    • 1
    • 1
  • l

    lsunkieder

    09/09/2021, 9:42 PM
    Authentication
  • u

    user

    09/09/2021, 10:42 PM
    Hi, is it the correct channel to ask questions?
  • u

    user

    09/09/2021, 10:51 PM
    is it able to add
    with check ( auth.uid() = id );
    to a publication so that a user would only receive publications belonging to itself? thanks.
  • s

    Scott P

    09/09/2021, 10:55 PM
    Publications in Postgres don't support RLS at all. They do have a
    WITH
    clause, but it is only for operations (e.g.. insert, update, delete).
  • u

    user

    09/09/2021, 10:56 PM
    so what would be the workaround?
  • s

    Scott P

    09/09/2021, 10:57 PM
    There isn't one. The team are working on a solution, but it's not ready yet
  • u

    user

    09/09/2021, 10:58 PM
    well..guess magic would happen at application layer..anyway, thanks.
  • k

    Khan W

    09/09/2021, 11:07 PM
    AY! Congrats on the fundraising!! @User
  • s

    SHλKESPEλR ♂

    09/10/2021, 12:52 AM
    Hi Supabasers (is that what we call ourselves?), I just joined this discord. I am exploring Supabase as a possible solution for my company. I have a few questions related to the idea of eliminating the "backend" as implied by many docs (example: https://postgrest.org/en/v8.0/) related to Supabase. To be honest, I like that. The less code we write the better. But to be honest, I am debating with myself on whether this is possible or not. Here are my concerns: 1. How are Schema migrations expected to be handled? Usually, we have backend code that on boot runs migration scripts against the DB. Since the backend code is bundled with the migration scripts we can make sure they never deviate. Without a backend how do you manage that? You simply have git repo with SQL scripts? 2. Since we have no backend, that means we need to write complex queries. Is the Javascript query dsl, provided by supabase, able handle complex queries (multiple joins, subqueries, summation of columns, etc..)? Or are we expected to create postgress functions to encapsulate complex queries? 3. Basically, what is your workflow? Thanks!
    s
    • 2
    • 3
1...99100101...392Latest