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

    Soham Shah

    02/11/2022, 7:01 PM
    Hi folks, where can I get documentation for "@supabase/ui" project? Want to make a small contribution...Need props for Button Component
    j
    • 2
    • 5
  • s

    silentworks

    02/11/2022, 8:44 PM
    Syncing project information
  • j

    jonny

    02/11/2022, 9:04 PM
    ui docs
  • i

    itsnotyalc

    02/12/2022, 2:54 AM
    I'm using Supabase as basically my SaaS layer (auth, chat) and Prisma + GraphQL + Express as my core APIs. Everything works great except I'm not sure what the best approach is to glue everything in. Ideally, auth.users.id is the same as users.id, which is the same as users.id (Prisma). Does anyone have any recommendations?
  • a

    arnu515

    02/12/2022, 8:43 AM
    Is there no way to add tables to other schemas using the dashboard UI?
    s
    • 2
    • 8
  • d

    Deleted User

    02/12/2022, 11:00 AM
    can anyone help me? my react app is crashing when i import "supabaseClient" from file
  • d

    Deleted User

    02/12/2022, 11:00 AM
    supabaseClient.js:
  • d

    Deleted User

    02/12/2022, 11:00 AM
    Copy code
    JS
    import { createClient } from '@supabase/supabase-js'
    
    const supabaseUrl = process.env.REACT_APP_SUPABASE_URL
    const supabaseAnonKey = process.env.REACT_APP_SUPABASE_ANON_KEY
    
    export const supabaseClient = createClient(supabaseUrl, supabaseAnonKey)
  • d

    Deleted User

    02/12/2022, 11:02 AM
    and using this function
  • d

    Deleted User

    02/12/2022, 11:02 AM
    Copy code
    JS
    function sayHello() {
          supabaseClient
          .from("example")
          .insert([{ name: "NAME", description: "DESCRIPTION" }])
      }
  • d

    Deleted User

    02/12/2022, 11:03 AM
    supabase import:
  • d

    Deleted User

    02/12/2022, 11:03 AM
    Copy code
    JS
    import { supabaseClient } from "supabaseClient.js";
  • s

    Sultan Mahfouz

    02/12/2022, 12:01 PM
    Hi all
  • s

    Sultan Mahfouz

    02/12/2022, 12:01 PM
    I am Sultan, flutter dev
  • s

    Sultan Mahfouz

    02/12/2022, 12:01 PM
    New to supabase and familiar with Firebase : )
  • s

    Sultan Mahfouz

    02/12/2022, 12:02 PM
    I am facing difficulties using supabase, the session while signing up ends immediately : (
  • s

    Sultan Mahfouz

    02/12/2022, 12:02 PM
    Any idea?
  • s

    silentworks

    02/12/2022, 12:50 PM
    Creating tables in different schemas from Dashboard UI
  • r

    Rstar

    02/12/2022, 6:03 PM
    Hi guys , Is it possible to run COPY command in Supabase SQL Editor ?
  • m

    mikeanth

    02/12/2022, 9:12 PM
    Hey guys! I have a quick question about the capabilities of extending supabase for my own project. Basically, I want to use supabase as my backend but I would need a bit more functionality. I think what I need could be achieved through functions, but nonetheless, I was wondering if (and if yes then how) can I put some of my own containers behind Kong and assign them HTTP endpoints. Can i simulate my own functions by wrapping my code in a container and then placing it behind kong as if it was already part of supabase? And use all the auth functionality to restrict access to it Thanks in advance. Supabase really seems more interesting and promising and appealing than other solutions, such as appwrite, to me, so i was really hoping i could use it in my project
  • m

    moein

    02/13/2022, 8:58 AM
    Anyone interested in a tool that can help you build an initial RLS with minimum effort? I'm thinking about building a tool where you can put you put your schema and based on the foreign keys it figures out the RLS Then you can improve it by giving more context (like how team members are defined or which is the user table)
  • s

    sylar815

    02/13/2022, 12:25 PM
    Hi, is there any affiliate program for referring supabase to clients? Startups etc
  • n

    newbie001

    02/13/2022, 5:11 PM
    Please does supabase support cloud functions
  • n

    newbie001

    02/13/2022, 5:11 PM
    ?
  • t

    tavin

    02/14/2022, 12:03 AM
    I assume you want a cloud function to be called when there's a table insert/update/delete. If that's the case, you can create a function hook and configure it to call an http endpoint (your cloud function's endpoint) when based on an event (insert, update, delete).
  • t

    tavin

    02/14/2022, 12:04 AM
    Native support is comming soon. In the mean time, that's the only way to do it.
  • h

    homanp

    02/14/2022, 8:56 AM
    Hey there, where can I find my subscription invoice? For download?
  • m

    Marvin

    02/14/2022, 4:50 PM
    Should
    supabase.auth.api.createUser
    send email confirmations if it's turned on? Related https://github.com/supabase/supabase/discussions/5260
  • l

    Link

    02/15/2022, 6:18 AM
    Im pretty sure its not supposed to send a confirmation email
  • l

    Link

    02/15/2022, 6:18 AM
    since basically if you create a user manually its already considered confirmed ig
1...190191192...392Latest