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

    jesucrypto

    12/29/2021, 1:41 PM
    for example is Send email for organization invitation to someone with just using the supabase integrated with nextjs/reactjs.
  • j

    jesucrypto

    12/29/2021, 1:45 PM
    i mean getting the data from supabase
  • h

    HarryET

    12/29/2021, 1:49 PM
    Sorry I don't understand what you mean :/
  • j

    jesucrypto

    12/29/2021, 1:50 PM
    wait let me reword it well.
  • s

    sockenguy

    12/29/2021, 3:59 PM
    Hi I got a general question, so I don't confuse things. Let's say I want to built a simple REST api, for this I would need a backend written in node or whatever language. So could I "replace" that part by using supabase, so I would basically use the supabase api and database to create crud operation. I would not need to create a backend from scratch so to say right?
    s
    • 2
    • 3
  • s

    sockenguy

    12/29/2021, 4:00 PM
    I could basically create a NextJS app, setup a supbase database install the supabase api to my nextjs project and run the db operations?
  • s

    Scott P

    12/29/2021, 4:28 PM
    Custom backend vs Direct Supabase
  • j

    jhqcat

    12/29/2021, 6:24 PM
    i’ve created PRs on supabase before but had no discord handle linked
    s
    • 2
    • 3
  • j

    jhqcat

    12/29/2021, 6:25 PM
    how could i get the contributor role
  • j

    jhqcat

    12/29/2021, 6:25 PM
    i am jacobhq on github
  • k

    ktosiek

    12/29/2021, 6:39 PM
    Just out of curiosity: are the free instances on supabase.io running on dedicated VMs, or is it more like shared hosting?
    s
    • 2
    • 2
  • s

    silentworks

    12/29/2021, 7:07 PM
    Invite user to app
  • s

    silentworks

    12/29/2021, 7:09 PM
    Supabase contributor role
  • s

    Scott P

    12/29/2021, 7:12 PM
    Supabase free tier infrastructure
  • w

    warflash

    12/29/2021, 7:46 PM
    Are there any plans on supporting other payment methods, e.g. paypal?
  • s

    shivam51

    12/30/2021, 3:15 PM
    Copy code
    js
            await supabase.storage
                .from("card-images")
                .upload(`${IPFSFileName}`, canvas.toBuffer(filetype))
                .then((data, error) => {
                    console.log(data, "error is", error);
                });
        }
    
        // save locally as file
        fs.writeFileSync(`./output/${filename}`, canvas.toBuffer(filetype));
  • s

    shivam51

    12/30/2021, 3:16 PM
    So the image is getting saved locally, but gets uploaded to supabase storage in
    text/plain;charset=UTF-8 - 235.01 KB
    format. Is there a way to fix it?
  • p

    productdevbook

    12/30/2021, 3:36 PM
    how to change password ?
  • j

    jon.m

    12/30/2021, 7:53 PM
    How can I duplicate an existing project to use as a test data base for my dev branch?
    s
    • 2
    • 5
  • s

    silentworks

    12/30/2021, 8:37 PM
    Having multiple environment
  • k

    ktosiek

    12/30/2021, 10:03 PM
    With Supabase schemas in the database, is there some official policy on what changes/extensions are acceptable? Would I know if, say, a custom ddl_command_start trigger blocked some administrative scripts on supabase.io?
  • h

    Haba

    12/30/2021, 10:11 PM
    Hi, how can I use two filters in delete with js? I want delete items equal to uuid and not equal to default. ex. eq('uuid',item.uuid).neq('default',true) it's not working for me :/
    k
    g
    • 3
    • 22
  • h

    Haba

    12/30/2021, 10:12 PM
    Can I use two filters at the same time?
  • j

    jonny

    12/30/2021, 10:19 PM
    might be helpful https://supabase.com/docs/guides/auth/managing-user-data
  • j

    jonny

    12/30/2021, 10:20 PM
    https://supabase.com/docs/guides/database/managing-passwords#changing-your-project-password
  • c

    cataxcab

    12/31/2021, 6:18 AM
    Hi, I'd like to contribute handling for another auth provider. How do I go about it, do I send a PR and create an issue to get it merged after that? There's no contributing.md in the Supabase repo
  • f

    florian-lefebvre

    12/31/2021, 9:56 AM
    I guess you just have to send a PR in https://github.com/supabase/gotrue like https://github.com/supabase/gotrue/pull/245
  • h

    HarryET

    12/31/2021, 11:25 AM
    I am also working on a blog post 🙂
  • h

    HarryET

    12/31/2021, 11:52 AM
    @User
  • h

    HarryET

    12/31/2021, 11:52 AM
    might be nitro scam?
1...171172173...392Latest