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

    Bertalicious

    01/03/2023, 12:12 PM
    Hi there, are there any docs on how to create a client that can access the DB without user-specific auth? I'm just playing around with Edge functions.
  • b

    Bertalicious

    01/03/2023, 12:13 PM
    I can see that in the SQL editor
    select * from "test";
    works, but in code
    await supabase.from('test').select('*')
    doesn't, so I suppose the client must have not been created correctly.
  • s

    silentworks

    01/03/2023, 3:38 PM
    @twonarly ask your question in the #1006358244786196510 channel, this is not the appropriate channel.
  • t

    twonarly

    01/03/2023, 3:40 PM
    lol, okay
  • g

    garyaustin

    01/03/2023, 3:55 PM
    @twonarly Do not double post. If everyone did that then we would have this thread filled with comments like yours. You just posted your request minutes ago.
  • r

    rahul3v

    01/03/2023, 4:30 PM
    Is there any future plan for Supabase to add "WebRTC Signal Server" into the Realtime option as it will open up for any user to add Audio/Video as well.... !!!?
  • g

    garyaustin

    01/03/2023, 5:10 PM
    Your github discussion is the correct place to get any possible Supabase team attention. They don't always comment though on future plans.
  • h

    Huntedman

    01/03/2023, 7:55 PM
    Am I the only one, who is affected by this? After every 2nd execution of local "supabase db reset", When I try to sign up, the server responds:
    Copy code
    {
      "code": 500,
      "msg": "Database error finding user",
      "error_id": "a2d8ebf3-1f23-4be0-b713-ce9fd9faf785"
    }
    • 1
    • 2
  • e

    evro.eth 🇵🇷

    01/04/2023, 2:15 AM
    Is there any way to add google oauth scopes to the Auth component from @supabase/auth-ui-react library/module?
  • d

    Deng

    01/04/2023, 5:02 AM
    I was wondering if there is a way to avoid the data in a public table from being dumped all at once using a select * query. For example, in the case of a profiles table, it would be preferable to prevent someone from being able to retrieve all of the data in the table with a single query, even though the data is public. Is there a way to do this in Supabase?
  • l

    Luv

    01/04/2023, 8:02 AM
    though I'm a little late but happy new year.
  • m

    marshmallow

    01/04/2023, 12:47 PM
    just had to manually edit a browser network request on the supabase website because the primary key i was trying to update had a space at the end of it...
  • e

    evro.eth 🇵🇷

    01/04/2023, 1:39 PM
    https://www.npmjs.com/package/@supabase/ui Is this deprecated?
  • e

    evro.eth 🇵🇷

    01/04/2023, 1:39 PM
    in place of https://www.npmjs.com/package/@supabase/ui/auth-ui-react
  • s

    silentworks

    01/04/2023, 1:58 PM
    Yes
  • e

    evro.eth 🇵🇷

    01/04/2023, 2:04 PM
    Are there any other components in the library like 'Button' etc or only Auth, ThemeSupa? Trying to build a custom Button that signs in with Oauth but want to keep styles. Similar to the now deprecated @superbase/ui button.
    s
    • 2
    • 3
  • e

    evro.eth 🇵🇷

    01/04/2023, 2:05 PM
    Thanks!
  • x

    xyz

    01/04/2023, 7:23 PM
    can someone point to to java docs for android dev?
  • g

    garyaustin

    01/04/2023, 7:44 PM
    https://github.com/supabase-community Has all the clients available for different languages (not counting possible others done independently) You should follow up in #1006358244786196510 if you have more questions.
  • s

    SimonPotvin

    01/04/2023, 8:10 PM
    Has anyone ever tried to import data from firestore to supabase? There are docs and it works for small amounts of records only, otherwise data gets duplicated. Anyone has met this issue?
  • e

    Esore

    01/04/2023, 8:16 PM
    Is there any documentation on Supabase Authentication using Nextjs13 app directory? I have looked all day and can't seem to find one
  • k

    Kamaelæ„›

    01/04/2023, 8:17 PM
    Hi, why does .insert() no longer return
    data
    that was inserted?
    Copy code
    {
      error: null,
      data: null,
      count: null,
      status: 201,
      statusText: 'Created'
    }
  • g

    garyaustin

    01/04/2023, 8:20 PM
    This is a help question and should be in #1006358244786196510 . With supabase-js 2.x.x you now have to add .select() at the end to get data. Please follow up in help if needed.
  • k

    Kamaelæ„›

    01/04/2023, 8:20 PM
    ooooh.
  • k

    Kamaelæ„›

    01/04/2023, 8:20 PM
    thanks!
  • k

    kaycbas

    01/04/2023, 8:33 PM
    I feel really dumb, but how do I access my supabase project in production? I've tried https://.supabase.co and get nothing, and I can't find any documentation on accessing the production URL
    c
    g
    b
    • 4
    • 11
  • z

    zavbala

    01/04/2023, 8:42 PM
    Before to post on #1006358244786196510 what’s the status of only allow users that previously I had send an invitation?
  • z

    zavbala

    01/04/2023, 8:42 PM
    Production url?
  • z

    zavbala

    01/04/2023, 8:42 PM
    I mean, you set a custom domain?
  • c

    christer

    01/04/2023, 8:49 PM
    I think you can simply disable signup under general (bottom left gear) --> auth
1...330331332...392Latest