https://supabase.com/ logo
Join Discord
Powered by
# help
  • r

    Rutik

    03/31/2022, 4:37 AM
    how do you work with arrays in supabase??
    n
    s
    • 3
    • 8
  • i

    Indra Zulfi

    03/31/2022, 7:44 AM
    Hey Guys, I touch this Daily Disk IO Budget Limit.
    n
    g
    • 3
    • 4
  • i

    iamfabriceg

    03/31/2022, 11:18 AM
    Hello I try to make a relationship between some tables. I have read the message/thread https://discord.com/channels/839993398554656828/843999948717555735/956553720651481099 But I still don't understand what I'm doing wrong Anyone can help me pls ?
    n
    • 2
    • 2
  • s

    Subramanya Chakravarthy

    03/31/2022, 12:05 PM
    How to enable graphql in supabase?
    n
    s
    s
    • 4
    • 15
  • u

    4Lajf

    03/31/2022, 12:08 PM
    Hi, Can you make supabase to not redirected user anywhere on SignUp? I want my app to handle that
    n
    s
    s
    • 4
    • 15
  • m

    mhaezaragoza

    03/31/2022, 1:03 PM
    Hi, is this doc updated? https://app.supabase.io/project/api?page=users I cannot find resetPasswordForEmail() in auth for Swift
    n
    s
    • 3
    • 23
  • a

    aar2dee2

    03/31/2022, 5:45 PM
    Hey, I'm using Twilio phone auth in an app (not through Supabase Auth because I'm using WhatsApp verify codes, not SMS OTPs). I want to then create profiles for the user in Supabase and allow user to access the data when phone has been verified. What's a good way to do this? (Essentially the user needs to be able to access their account data once their phone has been verified using Twilio auth without having to authenticate through Supabase as well)
    n
    s
    g
    • 4
    • 21
  • b

    Bryan K.

    03/31/2022, 5:46 PM
    Is there a way to restrict email sign-up by domain?
    n
    s
    • 3
    • 4
  • n

    Needle

    03/31/2022, 6:41 PM
    Hello ! This thread has been automatically created from your message in a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
    /title
    command! We have solved your problem? Click the button below to archive it.
  • t

    theuknowner

    03/31/2022, 9:52 PM
    On insert I get this error -> "All object keys must match". I tried to set the autogenerated keys also but no luck. Any idea?
    n
    s
    g
    • 4
    • 48
  • b

    blackjack

    04/01/2022, 12:08 AM
    Now that “edge functions” is live, how can one self host supabase? Is there any additional configuration needed to run the functions using deno cli instead of deno deploy?
    n
    s
    • 3
    • 3
  • s

    sbr

    04/01/2022, 4:48 AM
    Is there a
    withoutAuthRequired()
    based on https://github.com/supabase-community/supabase-auth-helpers/blob/next/src/nextjs/README.md#server-side-rendering-ssr---withauthrequired to ensure that a login page is accessible only if the user hasn't logged in?
    n
    s
    • 3
    • 7
  • j

    Jayce

    04/01/2022, 8:43 AM
    Hi guys, is Github the only way to create an account with Supabase?
    n
    a
    s
    • 4
    • 5
  • a

    Albert [tox/cis]

    04/01/2022, 12:18 PM
    I love these new edge functions but I've already encountered a problem when I wanted to test smtp connections 🥲
    n
    s
    g
    • 4
    • 24
  • m

    Muezz

    04/01/2022, 2:53 PM
    Hi, can someone help answer some of my questions related to supabase and firebase's databases and which one would work best for me? I am really confused and do not want to switch and rewrite the major part of my codebase without being absolutely sure.
    n
    s
    b
    • 4
    • 16
  • b

    Bartek

    04/01/2022, 4:34 PM
    Hi, I have a question regarding to storage service. Does this service provide a public url that i can use in my app? @User
    n
    g
    • 3
    • 14
  • n

    Needle

    04/01/2022, 4:40 PM
    Hello ! This thread has been automatically created from your message in a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
    /title
    command! We have solved your problem? Click the button below to archive it.
  • m

    Martin INDIE MAKERS

    04/01/2022, 4:49 PM
    hey guys i'm trying out functions, to solve a current problem i have in my netlify function. i try to send a file to the function to save in storage from it. i cannot do it from the source. when i do the upload it fail without any message
    n
    • 2
    • 8
  • m

    MDobs

    04/01/2022, 5:50 PM
    can you run npm libraries inside edge functions? and if yes are those automatically pulled/installed when you deploy?
    n
    • 2
    • 1
  • g

    Gui BL

    04/01/2022, 6:11 PM
    in a deno environment you will have to use esmodules instead
    n
    m
    • 3
    • 5
  • t

    theuknowner

    04/01/2022, 8:01 PM
    Can someone explain me what's the Daily Disk IO Limit Budget Remaining? I contacted support, no answer yet. Is there daily limit on daily operations?
    n
    s
    • 3
    • 3
  • k

    Kosh

    04/02/2022, 12:21 AM
    Hi folks, congrats on the functions :). I was wondering if you have considered proper usecases when choosing Deno for your functions? The question raised while I was super excited to finally be able to implement push notifications using fcm with supabase functions as my workaround using rpc isn't working anymore. Anyway, apparently, Firebase doesn't support Deno. and im stuck for hours trying everything possible. Do you have any examples, suggestions to how to make this work?
    n
    s
    • 3
    • 5
  • b

    Bartek

    04/02/2022, 2:48 AM
    I am trying the storage service from this @ supabase / supabase-js library. I am doing everything as per the documentation but still cannot save the new Bucket. I do not know why. Maybe I'm doing something wrong. Any hint is appreciated.
    Copy code
    js
    const { createClient } = require('@supabase/supabase-js');
    const { SUPABASE_KEY, SUPABASE_URL } = process.env;
    
    const bucket = async () => {
      const supabase = createClient(SUPABASE_URL, SUPABASE_KEY);
      const { data, error } = await supabase.storage.createBucket('avatar');
      console.log(data);
      console.log(error);
    };
    
    bucket();
    
    =================
    this is the answer from the bucket function
    null
    {
      message: 'new row violates row-level security policy for table "buckets"',
      status: 400
    }
    n
    g
    • 3
    • 4
  • j

    jmwalsh

    04/02/2022, 5:04 AM
    Is there a method for appending arrays via update in the supabase JS client?
    n
    • 2
    • 2
  • a

    arcavid

    04/02/2022, 5:33 AM
    Anyone know how to fix this or any update on this from Supabase team?
    n
    • 2
    • 3
  • j

    JR23

    04/02/2022, 9:23 AM
    Hello everyone. Quick question. For delete on Cascade the only option we have is with SQL commands? Supabase UI don't have that option? (I didn't find anything on docs)
    n
    s
    • 3
    • 5
  • a

    Aditya Tripathi

    04/02/2022, 11:00 AM
    Hey, is there any NextJS wrapper to manage the user session and get information directly? Kinda like next-auth ?
    n
    s
    • 3
    • 7
  • k

    kleak

    04/02/2022, 11:58 AM
    Hi when I try to sign up I got an error
    type 'Null' is not a subtype of type 'Map<String, dynamic>' in type cast
    In the log I got a 422 http status code.
    n
    g
    s
    • 4
    • 10
  • r

    ryanjewsbury

    04/02/2022, 4:34 PM
    Hey Guys, just a quick one: So I'm new to supabase & creating my first project for a family business. I was wondering how the transfer limits work? I'm a bit confused on the actual functions - we get 'unlimited api requests', but under that it says transfer limits of 2GB. So my questions are: If we make an api request does this effect your transfer limit?
    n
    s
    • 3
    • 11
  • y

    yoamomonstruos

    04/02/2022, 5:12 PM
    Hey everyone, I'm playing with supabase for the first time. I've run into an issue that I thought someone might have experienced. I have two next applications on different subdomains that I want to share authentication. Setting the cookie domain to
    .domain.com
    seems to work as expected, however logging out seems to be failing as a result. Has anyone else ran into this problem?
    n
    s
    • 3
    • 7
1...250251252...316Latest