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

    Jaaneek

    04/05/2022, 9:51 PM
    Can you elaborate on what you mean?
  • b

    barry

    04/05/2022, 9:51 PM
    Why should it not allow null
  • j

    Jaaneek

    04/05/2022, 9:52 PM
    Because it will never return null if there is no error
  • b

    barry

    04/05/2022, 9:52 PM
    Well yes if it’s optional
  • j

    Jaaneek

    04/05/2022, 9:53 PM
    What do you mean by optional
  • j

    Jaaneek

    04/05/2022, 9:55 PM
    @User Can you take a look at this? This is https://github.com/supabase/storage-js/blob/4e7bd0ff47479dae15d97ab5f513501f045a17a8/src/lib/StorageFileApi.ts#L295
    a
    • 2
    • 3
  • s

    Scott P

    04/05/2022, 10:21 PM
    Storage - TS signature
  • s

    Scott P

    04/05/2022, 10:24 PM
    For future reference, please open threads if you anticipate that your question will result in multiple responses or a longer discussion. If it is specific to a language (or a library specific to a language), please ensure it is placed in the correct channel.
  • j

    jonny

    04/06/2022, 3:51 AM
    alpha user credit programme
  • b

    bill92

    04/06/2022, 3:54 AM
    I assume you didn't found a thing?
  • b

    bill92

    04/06/2022, 3:55 AM
    what are you building? how is your DX going with supabase + rq? πŸ˜„
  • j

    jonny

    04/06/2022, 4:00 AM
    supabase.storage null type
  • j

    Jay-flow

    04/06/2022, 5:18 AM
    Hello, I don't know how to put foreignTable in Flutter. Does anyone know?
    s
    • 2
    • 1
  • f

    fernandolguevara

    04/06/2022, 11:13 AM
    @User
    Copy code
    js
    const { data, error } = await supabase
      .from('products')
      .select(`
        id,
        supplier:supplier_id ( name ),
        purchaser:purchaser_id ( name )
      `)
  • s

    silentworks

    04/06/2022, 1:58 PM
    Flutter foreign table on or operator
  • u

    user

    04/06/2022, 3:47 PM
    Hey
  • u

    user

    04/06/2022, 3:48 PM
    I had a query @thorwebdev , Not able to text you
  • b

    boiseunity

    04/06/2022, 6:48 PM
    Question for the group. It appears that Supabase uses Auth0 behind the scenes. So why would I use Supabase for Auth in the first place?
  • c

    cbert

    04/06/2022, 7:30 PM
    Hi everyone, I'm trying to invite people via email with 'inviteUserByEmail'. The function I use goes through an array of email addresses:
    Copy code
    data.forEach(async (invite) => {
            const { error, status } = await supabaseServer.auth.api.inviteUserByEmail(
                invite.invitee_email,
                {
                    data: invite
                }
            )
    
            if (error) {
                console.log('error :>> ', error)
                return {
                    status,
                    body: { error }
                }
            }
        })
    supabaseServer is created as follows:
    Copy code
    import { createClient } from '@supabase/supabase-js'
    
    const supabaseUrl = process.env.VITE_PUBLIC_SUPABASE_URL
    const supabaseKey = process.env.SUPABASE_SERVICE_ROLE_KEY
    
    console.log('supabaseUrl, supabaseKey :>> ', supabaseUrl, supabaseKey)
    
    export const supabaseServer = createClient(supabaseUrl, supabaseKey)
    Env variables are correctly passed, but when I run the invite function I get the following error:
    error :>>  { message: 'Database error saving new user', status: 500 }
    . Any ideas why this could happen?
    s
    • 2
    • 23
  • m

    mewash

    04/06/2022, 10:24 PM
    Hi, can you self-host Supabase at scale? Also, are functions going to be open source?
  • o

    Olyno

    04/06/2022, 11:16 PM
    Hi Selfhost supabase should already be at scale if i'm not wrong, and functions are already open source
  • j

    jonny

    04/07/2022, 7:32 AM
    Product Hunt Launch πŸš€πŸš€πŸš€ Supabase Realtime Check it out, and if you like it, give it an upvote! ⚑️ https://producthunt.com/posts/realtime-multiplayer-by-supabase
    • 1
    • 1
  • j

    jonny

    04/07/2022, 7:48 AM
    Product Hunt Launch
  • h

    Hal

    04/07/2022, 9:24 AM
    Hey guys, how could I implement sign-in in Figma plugin like this: - Users click the button in the plugin and it'll open a web page in the browser. - Users complete sign-in on the web page. - The plugin will get auth state from supabase server, user signed in
  • h

    Hal

    04/07/2022, 9:25 AM
    Discussion in GitHub: https://github.com/supabase/supabase/discussions/6322
  • j

    johnoscott

    04/07/2022, 9:39 AM
    Excited for Realtime with Multiplayer ; how can I get ready for it ? I am already following https://github.com/supabase/realtime ; I have some questions - where should I ask them ?
    j
    • 2
    • 3
  • j

    jonny

    04/07/2022, 9:53 AM
    realtime enquiries
  • w

    wiesson

    04/07/2022, 10:09 AM
    I have two pro tier projects and one free tier, so there should be room for another free tier project to test GraphQL, but the UI says > Your account can only have up to 2 free projects Anyone also have this problem? I already left organisations and deleted projects, because I am so desperat to try GraphQL πŸ˜‚
    s
    • 2
    • 5
  • s

    silentworks

    04/07/2022, 10:40 AM
    Project tier issue
  • m

    mewash

    04/07/2022, 11:18 AM
    I don't think Supabase's serverless functions are open source right?
1...210211212...392Latest