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

    jbrocket

    08/05/2021, 8:00 PM
    Thanks
  • i

    IvanCodes

    08/05/2021, 8:04 PM
    Glad to help :)
  • y

    YANN

    08/05/2021, 8:36 PM
    Hey guys, i got curious about the choice of using a factory to create the supabase-js client, why not simply export the client class ?
  • e

    ehesp

    08/05/2021, 8:53 PM
    Dashboard is here https://github.com/supabase/supabase/pull/2281
  • i

    IvanCodes

    08/05/2021, 10:28 PM
    Oh, not sure why it wasnt in the doc (or it is and I'm just blind)
  • s

    Scott P

    08/05/2021, 10:37 PM
    The open source dashboard isn't ready yet. I believe the checklist there is for features released on the hosted platform, but it perhaps should represent the open-source status instead
  • l

    Link

    08/06/2021, 3:19 AM
    would be nice to have official versions so I don't have to maintain the ports alone x)
  • l

    Link

    08/06/2021, 3:32 AM
    decided to update all of the ports today btw
  • l

    Link

    08/06/2021, 3:32 AM
    cuz auth v2 and launch week being over
  • l

    Link

    08/06/2021, 3:32 AM
    so yeah
  • l

    Link

    08/06/2021, 3:32 AM
    enjoy
  • a

    Ant

    08/06/2021, 7:12 AM
    @User you'll have to email beta@supabase.io with this and your project ref 👍
  • p

    PapyElGringo

    08/06/2021, 2:24 PM
    Hey there ! I'm still investigating to see if Supabase would be compatible with my project and therefore I have some questions for those used to the service
  • p

    PapyElGringo

    08/06/2021, 2:26 PM
    I would like to know if if bypass the authentication step by generating JWT directly inside an Mobile App is fine to do to make a public database usable only by our mobile app?
    s
    • 2
    • 16
  • m

    muttonia

    08/06/2021, 5:43 PM
    Hi, has anyone used Postico with Supabase? It's connecting fine but when I try to make even the most trivial change it gives me an error saying "Error: must be the owner of the table". here-s the full error: > PG_DIAG_SEVERITY: ERROR > PG_DIAG_SQLSTATE: 42501 > PG_DIAG_MESSAGE_PRIMARY: must be owner of table xxxxxxx (redacted) > PG_DIAG_SOURCE_FILE: aclchk.c > PG_DIAG_SOURCE_LINE: 3600 > PG_DIAG_SOURCE_FUNCTION: aclcheck_error
    e
    • 2
    • 3
  • m

    muttonia

    08/06/2021, 5:44 PM
    I'm using the "postgres" user + the password defined upon db creation. It allows me to browse everything perfectly, but no alter queries are going through
  • m

    muttonia

    08/06/2021, 5:45 PM
    If it helps, I'm using the "public" schema and the pg_default namespace (not sure how important that is, it was auto-populated by postico)
  • k

    Khan W

    08/06/2021, 8:33 PM
    Hey for anyone who may need it; if your postgres storage is filling up on not much data run a vacuum to restore everything. I went from 200mb to 50mb stored in one table
    s
    k
    • 3
    • 12
  • u

    user

    08/06/2021, 11:04 PM
    supa base more like
  • u

    user

    08/06/2021, 11:04 PM
    supa deez nuts
  • t

    Teesh3rt

    08/07/2021, 12:08 AM
    hey uhh i had an idea for hosting i know it hasnt been implemented but hang on for a sec you can make a superbase-hosting.yml/json file... and in the file... thats the code superbase-hosting.yml:
    Copy code
    yaml
    hosting:
      index: "public/index.html"
      about: "public/about.html"
    superbase-hosting.json:
    Copy code
    json
    {
      "hosting": {
        "index": "public/index.html",
        "about": "public/about.html"
      }
    }
    then we can pass it to supabase.. which can then just do stuff like (express URL) supabase.io/:projectName/:page/ what do you guys think?
  • k

    Khan W

    08/07/2021, 12:39 AM
    Maybe post to #867348150741237790?
  • t

    Teesh3rt

    08/07/2021, 12:44 AM
    oh sorry im new
  • t

    Teesh3rt

    08/07/2021, 12:44 AM
    thanks
  • c

    carlomigueldy.eth

    08/07/2021, 12:45 AM
    I think I asked this the other day but I lost my message so didn't see if I was receiving any response haha. So I'll post again How are we able to do GROUP BY queries and performing aggregates?
    • 1
    • 1
  • t

    Teesh3rt

    08/07/2021, 12:46 AM
    what do you guys think though?
  • e

    everconfusedguy

    08/07/2021, 2:09 AM
    Permissions
  • j

    jkl

    08/07/2021, 5:37 AM
    There doesn't seem to be docs on rangeLt, rangeLte, ...Gt, ...Gte. So for eg., if I want [1 to <5], do I use rangeGte? do the qualifiers specify the start or end? I don't get it.
  • j

    jkl

    08/07/2021, 5:42 AM
    I mean there is docs online and via code editor, but both doesn't really explain how one specifier specifies both start and end...
  • j

    jkl

    08/07/2021, 5:43 AM
    It would be helpful if the examples give sample results
1...676869...392Latest