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

    RB_Gaura

    08/15/2021, 2:49 AM
    so just wondering if there's a way to make auth allowed in multiple base urls
  • u

    user

    08/15/2021, 4:56 AM
    I am trying to create a simple website to learn the basics of supabase where it shows a text box and when I enter some text and click “go” it adds that text to a database table.
  • u

    user

    08/15/2021, 4:57 AM
    I am having trouble figuring out how to link to supabase in html/js/css
  • u

    user

    08/15/2021, 4:57 AM
    Anyone know how i can do this?
  • l

    lawrencecchen

    08/15/2021, 7:48 AM
    just a heads up, the project scales pretty horribly. i have yet to optimize w/ indexes and the way i count votes is inefficient as heck
  • l

    lawrencecchen

    08/15/2021, 7:50 AM
    the sql recursion itself is pretty cool though, especially with the sugar syntax of recursive views 🙂
  • f

    florian-lefebvre

    08/15/2021, 8:13 AM
    Yes that's really convenient
  • b

    bim

    08/15/2021, 9:03 AM
    Is it just me, or does the redirect link after authenticating with
    signIn
    (google) on safari have a bug? When authenticating on chrome I get redirected to
    localhost:3000/#accesstoken…
    , but when on safari I get redirected to the page which the signin event occured from e.g.
    localhost:3000/login#accesstoken…
    , even with
    redirectTo: “http://localhost:3000/”
  • v

    Vinzent

    08/15/2021, 10:01 AM
    Lost somebody else all of his queries?There were 6 or more some days ago
  • f

    florian-lefebvre

    08/15/2021, 10:39 AM
    There are stored in local storage for now but in 1 month it's going to change
  • v

    Vinzent

    08/15/2021, 10:40 AM
    Ahh okay then the browser must have deleted the cache somehow
  • f

    florian-lefebvre

    08/15/2021, 10:40 AM
    Probably yes
  • j

    Jacob Paris 🇨🇦

    08/15/2021, 1:05 PM
    Going through the Supabase tutorial on Egghead right now (first real exposure to it) and I'm getting major 2013 Meteor.js vibes
  • j

    Jacob Paris 🇨🇦

    08/15/2021, 1:06 PM
    been a little while since coding looked this fun
  • v

    Volkan

    08/15/2021, 1:14 PM
    feelsbadman, i been tweeting about how amazing it is for 6+ months but you needed a egghead tutorial to see the value 🤣
  • j

    Jacob Paris 🇨🇦

    08/15/2021, 1:36 PM
    people have been telling me firebase was cool for 6+ years and I still haven't looked at that
  • j

    Jacob Paris 🇨🇦

    08/15/2021, 1:37 PM
    still banking on it getting #killedbygoogle
  • v

    Volkan

    08/15/2021, 3:22 PM
    firebase was never cool
  • v

    Volkan

    08/15/2021, 3:23 PM
    it always had huge trade offs and the onboarding was ....
  • u

    user

    08/15/2021, 4:09 PM
    no way, it brings in huge dosh
  • s

    SETY

    08/15/2021, 5:19 PM
    Mongo hurts my soul.
  • j

    jon.m

    08/15/2021, 10:15 PM
    I'm saving profile avatars in a bucket, and I'm a bit confused about the difference between public and private buckers. If I'm going to have profiles open to the public, would I want my bucket to be set to public?
  • f

    florian-lefebvre

    08/15/2021, 10:36 PM
    I think you might use a public bucket for avatars as they can be public but let's say the users can upload documents, you will use a private bucket for that. I haven't used storage yet but it would make sense imo
  • j

    jon.m

    08/15/2021, 10:46 PM
    Yeah, I think I'm just a bit confused about private vs. public in general. Does a private bucket mean only auth'd users can perform CRUD operations AND mean that only auth'd users can view the avatars by their urls? If so, then using a private bucket for avatars wouldn't make sense.
  • u

    user

    08/15/2021, 11:02 PM
    Hey, looking for information on automating backups to a remote storage provider. Think something is wrong with the search index on the website (maybe out of date), because when I search for "backup" and click a result, I get a
    page does not exist
    for most of them
  • j

    jon.m

    08/16/2021, 2:48 AM
    I'm getting this error when trying to delete a user. "Deleting user failed: update or delete on table "users" violates foreign key constraint "objects_owner_fkey" on table "objects"" I've deleted the profiles table that has a user_id fk constraint. And I'm still getting the error. Any insights?
  • j

    jason-lynx

    08/16/2021, 3:19 AM
    i think the issue is in the 'objects' table instead
  • j

    jason-lynx

    08/16/2021, 3:21 AM
    if u delete that table, it should work?
  • j

    jason-lynx

    08/16/2021, 3:21 AM
    assuming u dont need that table of course
  • j

    jon.m

    08/16/2021, 3:27 AM
    Hm, objects
1...767778...392Latest