https://supabase.com/ logo
Join Discord
Powered by
# ideas-and-suggestions
  • a

    Azura

    08/10/2021, 3:19 PM
    Thanks. I'll try that and see if it helps.
  • u

    __ianjasper

    08/10/2021, 3:57 PM
    I have a crazy idea. Imagining running a prisma ORM inside an rpc function. So i dont need to string sql. Is that possible? πŸ˜…πŸ˜…
    s
    • 2
    • 2
  • f

    florian-lefebvre

    08/10/2021, 6:53 PM
    You could use https://github.com/burggraf/SupaScript to run some js
  • k

    Khan W

    08/10/2021, 9:16 PM
    Two ideas: 1. Create a table from JSON (you can with CSV but json is more handy) 2. Update tables from imports. Eg create table v1 using CSV, change/add/delete a column and upload the new CSV to generate update commands for the original table
  • l

    Link

    08/10/2021, 11:22 PM
    ttl feature for rows aka time to live
    s
    s
    • 3
    • 3
  • u

    __ianjasper

    08/10/2021, 11:59 PM
    Yeah its good to know that we can use require to load a package... But the problem is I need to generate first the PrismaClient
  • s

    Scott P

    08/11/2021, 1:15 AM
    Prisma
  • s

    Steve

    08/11/2021, 4:18 PM
    TTL
  • s

    super.skywalker

    08/11/2021, 7:02 PM
    It would be nice if Supabase could let me get the providerData like google display name / profilePic / Github profile from the Supabase auth object.
    l
    k
    • 3
    • 13
  • d

    dailylurker

    08/12/2021, 7:07 AM
    not sure if this is valid but do you think we should be able to view related data when we refer to auth.users table coming from public schema?
  • d

    dailylurker

    08/12/2021, 7:11 AM
    referring to this one
  • s

    Subh

    08/12/2021, 7:43 PM
    Can we have something like https://firebase.google.com/docs/auth/admin/manage-users#create_a_user Or similiar?
  • s

    Scott P

    08/12/2021, 7:46 PM
    https://supabase.io/docs/gotrue/client/api-inviteuserbyemail ? https://supabase.io/docs/gotrue/client/api-signupwithemail ?
  • k

    Kolton

    08/12/2021, 9:32 PM
    I'd love to see, someday, a live feed of Supabase migrating/replacing their Auth0 integration with Supabase Auth!
  • s

    Subh

    08/13/2021, 2:59 AM
    It's not the same, unfortunately. πŸ˜”
  • s

    Subh

    08/13/2021, 3:02 AM
    Copy code
    admin.auth().createUser({
            uid: uid,
            displayName: displayName,
            photoURL: photoURL,
          });
    This way you can have custom logins. What I mean by that is, let's say there is a provider it's not listed by supabase. But if we have this, we can easily make them login and in the backend we call this admin api to make an entry.
  • u

    __ianjasper

    08/13/2021, 3:24 AM
    Something like this right?
  • u

    __ianjasper

    08/13/2021, 3:24 AM
    https://discord.com/channels/839993398554656828/839993398554656831/875418431074209873
  • u

    __ianjasper

    08/13/2021, 3:25 AM
    The developer wanted to implement a multi form process (not just email and password) but a with a bunch of details to be pass on
  • s

    Subh

    08/13/2021, 3:31 AM
    Well not really what I mean, but if that can be done, it could solve my problem for as well πŸ™‚
  • j

    jonny

    08/13/2021, 4:31 AM
    I think it was added a while ago, but not actually released in the dashboard app yet. https://github.com/supabase/grid/pull/60 cc @User
  • k

    Kang Ming

    08/13/2021, 4:41 AM
    Hey @User , you can actually set the "SMTP Sender Name" under auth settings to prevent gmail from marking it as spam, let me know if this works for you!
  • e

    e0

    08/13/2021, 8:23 PM
    @User Thanks for doing the livestream yesterday. I listened to it while doing some mundane chores today and it worked quite well to catch up on all the news. If you get enough interest and have the time for it further down the road, I would love it if the supabase team hosted a podcast as well.
  • f

    florian-lefebvre

    08/14/2021, 9:34 AM
    This panel isn't clear imo: all labels should start with
    Enable ...
    and switches should be set to true by default if the setting is enabled by default
  • k

    Khan W

    08/14/2021, 4:15 PM
    For the server: could we add channels for languages and discussion/questions about their respective libraries?
  • s

    Scott P

    08/14/2021, 4:17 PM
    There's #869410418567831602 and #869406062036529193 channels already, maybe a python channel (not sure on the status of the library though)?
  • k

    Khan W

    08/14/2021, 5:14 PM
    Yeah that would be good, and maybe an β€˜other’ channel too for other languages? I’ve been working on the swift library so that’s what I’m angling for πŸ˜‚
  • b

    Breci

    08/14/2021, 8:26 PM
    Is it planned to have anonymous users without emails :D? It would help for some app where we can't use emails and depend on external IDs from other apps/services πŸ™‚ A bit like firestore πŸ˜„ And a helper to dynamically generate user token so we can have our own auth flow (but that would need to wait for serverless functions πŸ€” )
  • y

    Yggdrasill

    08/15/2021, 6:43 AM
    I'm looking into how to seperate the authentication feature of superbase to be able to self-host it. Meaning to wrap up supabase/gotrue and postgres in docker-compose based on https://github.com/supabase/supabase/tree/master/docker with minimal config. Is this interesting and in the spirit of supabase?
  • l

    liljamesjohn

    08/16/2021, 4:22 PM
    Table grouping (UI only) in the database/ tables console. For example, I can create an "Account" group for all tables referring to account and a "Dashboard" group. Nothing to do with how data is stored etc; 100% just a UI thing
1...91011...32Latest