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

    jek

    07/29/2021, 2:16 PM
    Hi — is there a suggested best practice to fully manually manage users? The use case is that we need to import phone number based users for registration. For login we would want to handle manually on server, but also have the option of them being regular supabase users enabling OTP etc. This is currently solved in firebase using the admin sdk with custom tokens.
  • y

    YelloJello

    07/29/2021, 2:19 PM
    +1 on this, seems to me like the current api doesn't allow you to create a user based on a custom token
  • m

    Mike Stop Continues

    07/29/2021, 2:37 PM
    Hey, has anyone tackled multi-domain auth yet? Or even multi-subdomain auth? How do you do it? How would you do it? It doesn't look like there's a config option to set the cookie domain yet, right?
    b
    • 2
    • 12
  • j

    jrstnly

    07/29/2021, 2:42 PM
    Does anyone know if the swift library supports Apple Authentication directly in the app without external links? I’m considering this for a project and am having a hard time finding information on it.
  • m

    magicquin

    07/29/2021, 3:05 PM
    Hey, any one worked with odoo before
  • u

    user

    07/29/2021, 4:06 PM
    Hi I think magic link api is blocked by China’s firewall some how, along with supabase website.
  • u

    user

    07/29/2021, 4:06 PM
    Is there any way to work around like change the ip or domain😢
  • u

    user

    07/29/2021, 4:07 PM
    Thx
  • s

    Saad-Mujeeb

    07/29/2021, 5:08 PM
    use a VPN i guess.
  • u

    user

    07/29/2021, 5:09 PM
    Haha the thing is…
  • u

    user

    07/29/2021, 5:09 PM
    I am writing a website for VPN app
  • a

    Azura

    07/29/2021, 5:10 PM
    @User Check out this thread, maybe it can help you 😉 https://discord.com/channels/839993398554656828/870183550819917826
  • u

    user

    07/29/2021, 5:11 PM
    @Azura thanks very much 😤
  • a

    Azura

    07/29/2021, 5:11 PM
    In short: AWS might not work in China and you need a workaround for that.
  • u

    user

    07/29/2021, 5:11 PM
    Oh that’s why
  • u

    user

    07/29/2021, 5:15 PM
    Usually every evening GWF temporary blocks AWS access from outside China and it’s really sucks😢
  • a

    Azura

    07/29/2021, 5:18 PM
    That sucks. However, you could try self-hosting as well, in-case you need a long-term solution for this problem.
  • n

    Nero Blackstone

    07/29/2021, 5:21 PM
    Hi, I just found supabase at github. What's different between superbase and appwrite?
  • n

    Nero Blackstone

    07/29/2021, 5:24 PM
    It seems that appwrite was developed earlier and has more functions
  • u

    user

    07/29/2021, 5:25 PM
    Dumb answer: I think supabase has cooler UIs
  • u

    user

    07/29/2021, 5:27 PM
    Thx for suggesting! Definitely check it out with some other host platforms.
  • s

    silentworks

    07/29/2021, 5:28 PM
    @User as someone who have used appwrite I can answer that, Supabase DB is built around the features of Postgres, the appwrite team for some reason decided to create their own abstraction schema on top of mariadb and lost all normal database features due to this. They are trying to be NoSQL on a relational database.
  • n

    Nero Blackstone

    07/29/2021, 5:30 PM
    Oh, yes, I noticed that
  • n

    Nero Blackstone

    07/29/2021, 5:32 PM
    They abstract Document-oriented database model above mariadb
  • s

    silentworks

    07/29/2021, 5:33 PM
    The basic feature of constraints doesn't exist in appwrite due to this, too many things in appwrite felt like an after thought to me or a never thought, this is why I moved to Supabase.
  • n

    Nero Blackstone

    07/29/2021, 5:35 PM
    Which BaaS platform has a better development experience for you?
  • n

    Nero Blackstone

    07/29/2021, 5:36 PM
    It looks like you prefer supabase ?
  • s

    silentworks

    07/29/2021, 5:37 PM
    Yes Supabase is the one for me
  • n

    Nero Blackstone

    07/29/2021, 5:38 PM
    Thanks for sharing your thoughts👍
  • u

    user

    07/29/2021, 6:34 PM
    Does anyone have an example of a form with multiple inputs pushing data to supabase database onSubmit?
1...242526...316Latest