How to Set Up

Поділитися
Вставка
  • Опубліковано 27 гру 2024

КОМЕНТАРІ • 103

  • @Rayan2talks
    @Rayan2talks Рік тому +42

    just to keep in mind, when you create the user table make sure that you switch the type of the id to uuid before saving the schema. As if you don't do it will through an error when you make a foreign key relation and you can't change it afterward as you have to create a new table!

    • @shabatidjani1354
      @shabatidjani1354 Рік тому +1

      thanks so much mate thanks alot have been stock on this for days........🎉🥂🥂 do you have your personnel youtube channel so i can suscribe 😂

    • @bartsandbergen9473
      @bartsandbergen9473 Рік тому +1

      This saved me! thanks

    • @PaddlChase
      @PaddlChase Рік тому

      I got stuck on this and had to figure it out myself because I never scrolled down to read the comments 😅

    • @kevinherbert1086
      @kevinherbert1086 8 місяців тому

      Why not create a new column say fk_auth_users_id of type UUID for foreign key?

    • @rohailkhalid52
      @rohailkhalid52 5 місяців тому

      Hello can you plz help me in this , i have step everything like shown in this video but but insert row action is not working and also after authentication it stays on that sign up page and doesn't navigate to next page. According to your comment i have deleted the table and created new table again but still same problem.

  • @endieumunna6900
    @endieumunna6900 Рік тому +40

    Awesome tutorial! Please can we keep the superbase tutorials coming?

  • @Powell___
    @Powell___ Рік тому +9

    Finally we've got Supabase auth. :) thank U Flutterflow team

  • @ayivugwekabemba
    @ayivugwekabemba Рік тому +3

    You explained both Supabase and FlutterFlow clearly. Thank you so much. I appreciate the way you explain things. You are a great teacher 💯👏

  • @Jean-PaulCh
    @Jean-PaulCh Рік тому +9

    Thank you.
    There is no need to set the created_at field in Flutterflow because Supabase is already configured to get Default value of now().

  • @naturalmoodmusic42
    @naturalmoodmusic42 Рік тому +8

    Is there a way to get the access token / JWT from the logged in user? This would be used for RLS security situations and custom APIs.

  • @ut0s_dev
    @ut0s_dev Рік тому +3

    Wow.
    This integration is surprisingly useful and dreamy.
    I will make my own app by using both.

  • @vinbhai4u
    @vinbhai4u Рік тому +7

    When can we expect social auth like Google Facebook etc?

  • @DanVanDamme
    @DanVanDamme Рік тому +1

    8:00 There is mention of setting up the email confirmation logic inside flutterflow if we want to maintain the confirm email workflow. I can't find any videos or documentation on setting up this logic inside Flutterflow. Can anyone help?

  • @split317
    @split317 Рік тому +7

    Thank you so much, can you please keep going with this?

  • @mrams1993
    @mrams1993 Рік тому

    Most awaited update :D !!!
    will be waiting to call 'functions' instead of updating/inserting into tables

  • @Supergab850
    @Supergab850 3 місяці тому

    love your voice man! like a football match commentary!

  • @krasab
    @krasab Рік тому +2

    Also we need in Push notification without firebase. For example with supabase

  • @sileycortex4947
    @sileycortex4947 Рік тому +2

    11:00 Best practice is to add a trigger to the auth.users supabase table.
    Let the backend do his job, isn't it made for this !
    Ok, adding SQL language will be a bit to much for a first introduction video, but a quick mention in the video would have been nice. ( same goes for RLS )

    • @Jean-PaulCh
      @Jean-PaulCh Рік тому

      Agree about the trigger but its more advanced than just doing it on the front end.

    • @shuprojects6887
      @shuprojects6887 Рік тому +1

      How do we make this trigger? Non-tech here

  • @AR-oc5qv
    @AR-oc5qv Рік тому +2

    In case I wanted ti use supabase, is there a possible way to do notifications? if not can we also use firebase just for notifications or do we have onesignal integration to use for notifications?

  • @tarunfreestone6024
    @tarunfreestone6024 7 місяців тому +3

    I created the user in auth user table but it didn't appear in my public user table?

  • @kampeynco
    @kampeynco Рік тому +4

    What about multi-tenancy use cases where users can belong to multiple accounts? Does this process still work? If so, how?

  • @Good-and-Geeky
    @Good-and-Geeky 7 місяців тому

    Excellent Tutorial - I now have a base project setup to further customise and work on

  • @vince2nd
    @vince2nd Рік тому +13

    Am i the only one that thinks FF should've just chose Supabase from the beginning?
    Firebase while "cool" was not the right choice in my humble opinion

    • @SantoshPatil-jv7jr
      @SantoshPatil-jv7jr Рік тому +1

      Well Flutter is from the Company that owns Firebase. Maybe that could be the reason to begin with it.

    • @jean1704
      @jean1704 Рік тому +1

      @@SantoshPatil-jv7jr yep they will always make firebase look more superior with features

  • @DanVanDamme
    @DanVanDamme Рік тому +4

    What’s the timeline for including social media authentication, @flutterflow team?

  • @engridmedia
    @engridmedia Рік тому +1

    We want login and some more supabase. This is dimple that firebase to be honest. I love it

  • @sb5822
    @sb5822 8 місяців тому

    At 12:01 - My user ID from authenticated user shows up as red and not accessible. What could be the reason for that?

  • @davidstevens6654
    @davidstevens6654 9 місяців тому

    Awesome! Thank you for always sharing..

  • @JCCFlying
    @JCCFlying 4 місяці тому

    Just getting started with Flutterflow and this is helpful. Question for you, if when authenticating a new user and creating the user_profile, how could I query another table to insert data into a not null field ? IE: there are 4 possible Roles from a seperate table and I need to add the uuid from the role_table into the new user_profile. Thanks

  • @ruskface
    @ruskface 10 місяців тому

    Great! Please show how to log a user in that is already created! Thank you.

  • @tarunfreestone6024
    @tarunfreestone6024 7 місяців тому +2

    SupaBase not creating user record in Public 'User' table

  • @xzatech
    @xzatech Рік тому

    Hello and thank you I was hoping you would have a video of resetting a password while using "Supabase" & Flutterflow.

  • @Dana-pq7uf
    @Dana-pq7uf 8 місяців тому +1

    When I click create account on my app, the account shows in Supabase, but I am not navigated back to the dashboard...

  • @jamesmarcuscamilon1626
    @jamesmarcuscamilon1626 Рік тому +1

    9:12 Cloud SQL and SQLite. Wow

  • @anjasaja
    @anjasaja Рік тому +3

    I follow exactly same steps. But insertion to public.users table failed but auth.users success.
    Where does that "User ID" come from under "Authenticated User" dropdown? does it auto-generated from auth.users?
    pls help

    • @xzatech
      @xzatech Рік тому

      I believe you have to make an adjustment to the non-auth-user table changing the is type to uuid that relates back to the aut-user table 🤔

    • @matthieuvoyen400
      @matthieuvoyen400 9 місяців тому

      i have exactly this issue too

  • @Harry-pz7uq
    @Harry-pz7uq 6 місяців тому +1

    Hi, in the test mode for my app in Flutterflow, when I click 'Create Account', it comes up with ' Error: Database error saving new user'. Any help on how I can solve this and what I am doing wrong? Thank you!

  • @TeEscolheu
    @TeEscolheu Рік тому +3

    And about changing the password? Please, Help!!

  • @misterorel
    @misterorel 6 місяців тому

    Thank you for this video. Really useful!
    Just something I don't understand is: why if we don't uncheck the email verification (confirm email) in supabase then the record in the users table is not created? 🤷‍♂

  • @grumpykoala6896
    @grumpykoala6896 7 місяців тому

    Thank you Ted Danson 👌

  • @ffckode
    @ffckode Рік тому

    Thanks man! this is helping a ton!

  • @adupajoel5148
    @adupajoel5148 Рік тому

    Please how do I get the JWT which keep expiring refreshed for once.
    is there a way to address this challenge

  • @varahapremsaikoshtu5350
    @varahapremsaikoshtu5350 Рік тому

    can u seperate feed for different user.....like one feed for one user

  • @arijitpaull
    @arijitpaull 5 місяців тому

    How can I display the first name entered in the logged in screen?

  • @brunhenk
    @brunhenk 8 місяців тому

    Hi!
    Thank you for your video.
    I have a question.
    How can I check if an email account already exists when registering again?
    Flutterflow does not return any message stating this.
    In Supabase it is already configured to not allow duplicate data.

  • @vjndr32
    @vjndr32 7 місяців тому

    is apple signup via supabase planned?

  • @ledezmagomez
    @ledezmagomez Рік тому

    Is there any plugin or way to integrate a login with active directory?

  • @NiftyScalping
    @NiftyScalping Рік тому

    Great update

  • @Twelve.
    @Twelve. Рік тому

    Great tutorial, thanks

  • @ksanand80ify
    @ksanand80ify Рік тому +2

    Great tutorial. However I got stuck with this error following the steps in the video when adding and linking the database - Failed to update column "id": failed to update pg.columns with the given ID: cannot cast type bigint to uuid. I understand what the error is - bigInt does not link to the uuid field but not sure how to fix this.

    • @IlroLee
      @IlroLee Рік тому +1

      Me too. Have you found a solution? I am stuck.

    • @Rayan2talks
      @Rayan2talks Рік тому +2

      just to keep in mind, when you create the user table make sure that you switch the type of the id to uuid before saving the schema. As if you don't do it will through an error when you make a foreign key relation and you can't change it afterward as you have to create a new table! @ksanand80ify

    • @viewsz
      @viewsz Рік тому +3

      Instead of the Int8 type use uuid type when creating users table

  • @flutterflowexpert
    @flutterflowexpert Рік тому +2

    Amazing video as always

    • @naturalmoodmusic42
      @naturalmoodmusic42 Рік тому +1

      Have you seen a way to access the current user access token (JWT)? Thinking that Supabase must be storing that somewhere, and handling refreshing etc.

    • @flutterflowexpert
      @flutterflowexpert Рік тому +1

      @@naturalmoodmusic42 There should be a way. I haven't looked into it yet.

    • @naturalmoodmusic42
      @naturalmoodmusic42 Рік тому +1

      @@flutterflowexpert I agree there should be a way... I haven't found it yet, and don't think it is a "native" feature yet maybe; so maybe need to grab it somehow through customer code / action like we used to have to do before component state was a thing... I'm still looking!

    • @flutterflowexpert
      @flutterflowexpert Рік тому +2

      @@naturalmoodmusic42 I will write that down and see if I can do a video about that.

    • @naturalmoodmusic42
      @naturalmoodmusic42 Рік тому +1

      @@flutterflowexpert that would be amazing; sounds like you might have figured it out already? thank you!

  • @vineeth.vijayan314
    @vineeth.vijayan314 Рік тому +1

    Awesome, this is what we want
    but I see there is an issue with this, after login it does not stay in the login screen like it does for firebase.
    Can we expect social Auth like Google, Facebook with Supabase?

    • @AtomicPixels
      @AtomicPixels Рік тому +1

      Literally the only thing that mattered about this was the extra provider auths and the only thing they didn’t add. Such a waste.

    • @vineeth.vijayan314
      @vineeth.vijayan314 Рік тому

      @@AtomicPixels lets wait for more features to come, but I don't think Supabase email auth is not working as expected.

    • @imspikey
      @imspikey Рік тому

      ​@@vineeth.vijayan314 5 month and still feature is not added

  • @davidthiwa1073
    @davidthiwa1073 7 місяців тому

    How does the email verification work?

  • @growms
    @growms Рік тому

    Ty for the tuto but i can't make it work with policies. That would have been really nice to add policies config to this video because it's about auth... and there the API is wide open for any CRUD of our user data ....

  • @larryvdwalt
    @larryvdwalt 11 місяців тому

    Could you please do a video on how you can use Firebase Authentication within FlutterFlow and then make use of OAuth to sign users in to the Supabase database? This would make sense from a security perspective as that would enable you to store all PII in the Google Auth database and transactional data in Supabase. Could you please assist.

  • @DavidWhiteGives
    @DavidWhiteGives Рік тому +1

    Now could you make a video on password recovery? Auth?

    • @DavidWhiteGives
      @DavidWhiteGives Рік тому

      Solution: you need different field names for email address and password compared to those you would create an account with.

    • @TorahDigitals
      @TorahDigitals Рік тому

      I also need a guide on password recovery

  • @dakaradakaradakara699
    @dakaradakaradakara699 6 місяців тому

    I hope this will be answer sooner.
    How to run the flutterflow code with supabase to vscode?
    I didn't saw any tutorials about this. I hope this comment will be notice. Thank you.

  • @LSSteinmeier
    @LSSteinmeier Рік тому

    Does someone know how to enable email verification?

  • @budili5606
    @budili5606 Рік тому

    Hello, thank you so much for your presentation. I have difficulties to enable password reset on supabase from flutterflow. It seems, after i run the Flutterflow Supabase Auth feature to reset password, supabase will send email with the link. However the link will lead to localhost url. Would be helpful if you can help to show how to reset password? Thank you

    • @xzatech
      @xzatech Рік тому

      This may help you it mentions the localhost URL and how the template needs to be adjusted I'm just starting to get into it myself, definitely love Supabase ua-cam.com/video/LjRZUz_aUVc/v-deo.htmlsi=F9Td2c4UDQJD8Oxx

  • @geraldonevesdossantos5775
    @geraldonevesdossantos5775 Рік тому

    Possui vários problemas ainda... 1 - feche o app e reabra e veja que ele perde o usuário Autenticado. ele não mantem o usuário autenticado. 2 - mesmo após autenticação o relatime do Supabase não funciona no FF... É preciso corrigir esses erros antes de lançar Supabase para FF...

  • @DeSofSistemas
    @DeSofSistemas Рік тому

    Hello, I did everything step by step but when configuring the action to send the data, the ID appears in Red (disabled) what could it be?

    • @manelrastrollo1193
      @manelrastrollo1193 Рік тому

      I have the same problem

    • @manelrastrollo1193
      @manelrastrollo1193 Рік тому +1

      Did you find a solution??

    • @DeSofSistemas
      @DeSofSistemas Рік тому

      @@manelrastrollo1193 I did find a way to do it by creating a new page and adding the widgets one by one, not using that template.

    • @manelrastrollo1193
      @manelrastrollo1193 Рік тому +1

      @@DeSofSistemas Thanks! All working now

  •  10 місяців тому

    Hey why don't you guys show examples of auth with other suppose providers besides Google!!!! The other options don't show up as login options in Flutterflow action, even after being configured in sup abase side.

  • @maxroyle1302
    @maxroyle1302 11 місяців тому

    I have copied this video to its entirety however I am getting an error saying that the email is in the wrong format when I try to sign up. Why is this?

  • @rohailkhalid52
    @rohailkhalid52 5 місяців тому

    hello flutterflow team, hope you are doing great. i am facing some problems. i have setup everything like you have described in this video but im facing some issues. authentication is working fine and im getting record in authentication in supabase but im not receiving entry in user table, means my insert row in supabse function is not working. 2nd after insert row in supabase i have navigate function to navigate user to registration page but in test mode that one is also not working and it stays on signup page in test mode. Kindly help me out. thanks

  • @SubhashKamble-rb9nd
    @SubhashKamble-rb9nd Рік тому +1

    Hello FF my question is how to make possible doctor appointment multiple web & mobile application features for (video conference live chatting location tracking & timeing select in our out

    • @serhatalpaslan3598
      @serhatalpaslan3598 Рік тому

      they usually just add the essential features. For example, there is a push message feature, but data messages cannot be sent... etc..

  • @afriknocode
    @afriknocode Рік тому

    great awesome

  • @Bot-111
    @Bot-111 Рік тому

    Tutorial Simple search with supabase in flutterflow..?

  • @NordKraken
    @NordKraken Рік тому

    Save for later.

  • @chichoquesada
    @chichoquesada 9 місяців тому

    I have a doubt, where's the password? you didn't add the field to users table but you have it in the create account in flutterflow.

  • @nitemin
    @nitemin Рік тому

    🔥

  • @jaykixs
    @jaykixs Рік тому

    nice :)

  • @wjrwwwmaiden
    @wjrwwwmaiden Рік тому

    SQL Lite? ❤😮🎉

  • @daniilpogolovkin8758
    @daniilpogolovkin8758 4 місяці тому

    cool

  • @geraldonevesdossantos5775
    @geraldonevesdossantos5775 Рік тому

    It does not work. 1 - Does not keep the User authenticated. close the app or press F5 and a new Login will always be necessary... 2 - Supabase Realtime does not work, even with the user authenticated, Supabase realtime does not work in FF...

  • @DevFastComunidadeFlutterFlow

    Inútil ! feche o app e abra novamente. ele perde o usuário autenticado. e será necessário autenticar toda vez que iniciar o app. além disso o relatime do supabase mesmo autenticado não funciona. é preciso corrigir esses erros antes de anunciar o uso do Supabase para o FF...