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

    Carloshs94

    12/01/2021, 7:51 PM
    hi guys, im reading the exciting news from latest blog posts
  • c

    Carloshs94

    12/01/2021, 7:52 PM
    i do have one question about RT performance, which graph is correct?
  • c

    Carloshs94

    12/01/2021, 7:53 PM
    i guess the one below the image?
  • g

    garyaustin

    12/01/2021, 8:07 PM
    I filed a report on that in github. One would certainly hope so.
  • a

    anothercoder

    12/02/2021, 2:36 AM
    Did not get RLS for Realtime to work. Gave all access to the policy, added the table to replication and installed the latest supabase-js v1.28.3. Also called supabase.auth.setAuth with user's jwt, and createClient with anon key. On Postgres v13.
  • g

    garyaustin

    12/02/2021, 2:41 AM
    @anothercoder without a thread it is hard to figure out what you are up against. If you go to Supabase github there are several issues being worked thru. I have a new problem with no changes I reported, but not in production so just going to chill a bit on the new RLS stuff I really need to add to not waste fake public tables just for status.
  • k

    kimg

    12/02/2021, 4:30 AM
    Does Supabase have all of these features? These are required by my company. I used firebase before but now I've to switch to an alternative which has all of these features. 1. The Server must be hosted in Europe by a European company. 2. Can be used as a cloud service. ( I don't want to host it on my company's own server) 3. End-user management. 4. Authentication of end-users. 5. Assignment of rights for the NO-SQL data created by it. 6. NoSQL database. 7. Frontend for the maintenance of internal data. 8. Data storage (MarkdownFIles, images, videos) 9. Public access to URLs. Kindly let me know.
  • n

    Nascode

    12/02/2021, 4:34 AM
    Supabase iS based on Postgres so it's not NoSQL. it is YesSQL.
  • d

    daemswibowo

    12/02/2021, 5:15 AM
    didn't get RLS realtime to work. i've policies on
    comments
    table for
    select
    using
    auth.role()='authenticated'
    and for insert with check
    auth.role()='authenticated'
    too. I've already enable realtime for
    comments
    table
    alter publication supabase_realtime add table comments;

    https://user-images.githubusercontent.com/9953444/144361012-0b1780e4-c55d-463f-9bf1-3370b58d33b2.png▾

    When I'm trying to subscribe realtime with this code:
    Copy code
    js
    supabase.from('comments').on('INSERT', (payload) => {
      console.log('incoming comment', payload);
    }).subscribe();
    the new comment does not appear on the
    console.log
    I've also run this before with no luck:
    Copy code
    GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA realtime TO postgres;
    GRANT ALL PRIVILEGES ON ALL SEQUENCES IN SCHEMA realtime TO postgres;
    I've another table with RLS disabled and has realtime active and the realtime do the job correctly. https://github.com/supabase/supabase/issues/4201
  • j

    jonny

    12/02/2021, 5:23 AM
    I'll be in Seattle WA and Portland OR over the next 2 months 🇺🇸 🍻 I was thinking of maybe hosting an informal meetup / drinks in both cities, and just seeing if anyone in our discord is in those areas. If anyone likes the sound of that, reply to this thread
    • 1
    • 2
  • j

    Jacob Paris 🇨🇦

    12/02/2021, 5:33 AM
    When self-hosting supabase, should I treat it as a dependency as part of my build process or commit it into my codebase?
    Copy code
    # Get the code
    git clone --depth 1 https://github.com/supabase/supabase
  • j

    Jacob Paris 🇨🇦

    12/02/2021, 5:34 AM
    I can do this client side and then commit the relevant parts into my repo
  • j

    Jacob Paris 🇨🇦

    12/02/2021, 5:35 AM
    Or I can add the cloning into my install script
  • u

    user

    12/02/2021, 7:05 AM
    Is supabase free tier postgres storage 500mb per month?
  • u

    user

    12/02/2021, 7:05 AM
    or limited to only 500 mb
  • e

    e0

    12/02/2021, 9:11 AM
    What’s the difference between per month or total for storage?
  • a

    almkamberi

    12/02/2021, 9:40 AM
    hi there
  • a

    almkamberi

    12/02/2021, 9:41 AM
    one question real quick : Why cant i reference user id from user authentication table as a foreign key into another table?
  • a

    anothercoder

    12/02/2021, 11:12 AM
    U can reference auth.users(id) as a foreign key in your own public.xxx table.
  • u

    user

    12/02/2021, 11:40 AM
    per month is I get 500 mb to my account per month
  • u

    user

    12/02/2021, 11:40 AM
    but total is i only get 500 mb for lifetime
  • u

    user

    12/02/2021, 11:40 AM
    can any1 help me?
  • a

    almkamberi

    12/02/2021, 12:43 PM
    Does it have an number of time I could reference it ?
  • e

    e0

    12/02/2021, 12:48 PM
    Ah ok, have never heard of this kind of setup before. Pretty sure you just get 500 MB total.
  • a

    anothercoder

    12/02/2021, 12:49 PM
    Many tables can have a foreign key "id" inside them which point to (reference) auth.users(id).
  • m

    Mr.Minnu

    12/02/2021, 1:03 PM
    how long will it take supabase for functions?
  • m

    Mr.Minnu

    12/02/2021, 1:03 PM
    or do we have any early access?
  • j

    juandjara

    12/02/2021, 2:40 PM
    Hello, community 👋 Great product you have here! I'm Juan, frontend developer from spain Anyone else experiencing a 502 error with the html from a cloudflare error on the login endpoint ?
  • d

    Deleted User

    12/02/2021, 2:59 PM
    @User yep! Posted something on #843999948717555735 this morning, also submitted a ticket
  • j

    jonny

    12/02/2021, 3:29 PM
    Twitter Spaces is currently in progress (might need iOS / Android app) https://twitter.com/supabase
1...152153154...392Latest