Auth Page Logic | To Do App | FlutterFlow for Beginners

Поделиться
HTML-код
  • Опубликовано: 5 окт 2024

Комментарии • 32

  • @ivantodorov
    @ivantodorov 6 месяцев назад +3

    loved the automatic addition of the condition for the index #, and the subtle dev education in every video.

  • @mayorbee12
    @mayorbee12 6 месяцев назад +6

    Nice job team flutterflow. I'll recommend doing a tutorial on the RegEx Function in the Validation widget for instance to show if Confirm Password doesn't match Password. Thanks.

  • @schlam9320
    @schlam9320 5 месяцев назад +1

    From a troubleshooting perspective. If you get an issue where you aren't creating a user and your 'manage content - users' takes infinitely long to load. Try regenerating the firestore config files. Worked for me.

  • @ayushmancare
    @ayushmancare 6 месяцев назад +8

    Best Low Code Tool Ever 💙 @FlutterFlow

  • @weherek5941
    @weherek5941 5 месяцев назад +2

    you killed that tutorial bruh

  • @Gbajumodigitals
    @Gbajumodigitals 6 месяцев назад +1

    I really enjoy watching this. I felt at ease watching it

  • @ThomasBrown-e7d
    @ThomasBrown-e7d 5 месяцев назад

    these tutorials are so good its overpowered lol

  • @John-oo1by
    @John-oo1by 6 месяцев назад +1

    I am trying to create an app using flutter flow (working with firestore) and I do not see the option to create user document on my side. Is this something that requires more than the free version or am I missing something?

  • @igweifeanyi5326
    @igweifeanyi5326 6 месяцев назад +1

    I'm trying to implement a passwordless signup/signin using firebase phone auth with otp, like a unified signup and signin page that would figure out a new user isn't previously authenticated and authenticate the user then pass the user over to onboarding pages before landing the user in the home page, but If upon putting in your number and getting verified, the user is already previously authenticated maybe by some backend query, the user is taken directly to the home page ( skipping the onboarding pages)
    i hope i explained the problem I'm facing properly. Thanks in advance.

  • @ganjisvlogs1818
    @ganjisvlogs1818 6 месяцев назад +1

    Can you explain how to validate , password and confirm password

  • @charislife4110
    @charislife4110 6 месяцев назад

    Excellent content! These videos are really helpful! Just a q- If we keep the container height empty and instead let the children determine the container size, giving padding to ensure spacing is appropriate, is that a valid design choice?

  • @tomwynn921
    @tomwynn921 4 месяца назад

    Great video for email authentication, but what if I'd like a phone number sign in option? Initially, email is a good way to create the authentication. However, if Create Account is used on a second screen for phone authorization, Firebase creates two separate unlinked user accounts: one for email, one for phone number. How does one link the two sign in methods in one onboarding process?

  • @DeForrestCox
    @DeForrestCox 5 месяцев назад +2

    getting error everytime i try to test the signup funciton

  • @BibinAdiyattiparambil
    @BibinAdiyattiparambil 2 месяца назад

    HELP!!
    When I m typing in the text field during testing, the font color changes to white (or matches the bg colour), what do do?

  • @imeobongetimwebdev
    @imeobongetimwebdev 4 месяца назад +1

    My design isn't loading fully in test mode.

  • @kseniyabuko
    @kseniyabuko 3 месяца назад

    This is a great tutorial 🥰

  • @backersnetwork
    @backersnetwork 2 месяца назад

    Awesome Content. Thanks

  • @TheOldRuss
    @TheOldRuss 5 месяцев назад

    Hi ,I am trying to create a login in FF without using email, only with an ID number and password and I cannot find a way to do it, the idea is that in the application only people who are loaded in the company's database can log in. (which does not have the email field) and not anyone who downloads the application.

  • @xianfier6982
    @xianfier6982 10 дней назад

    The only thing I really hate with layout is when it overflows. I just don't know how to solve it. T^T

  • @BromotheExplorerDog
    @BromotheExplorerDog 3 месяца назад

    When I define action, in the "email field" I don't get 5 options like on the video "Signup-Email" "Signup-Password" "Signup-ConfirmPassword" "Login-Email" "Login-Password" I only get one: "Login-Email" and I don't understand why

    • @loberrysnowberry
      @loberrysnowberry 2 месяца назад

      It’s a list of text fields that are on your page. He had all 5 of those text fields on his example page, whereas you probably just have the one that’s populating for you.

  • @piyushuniyal7963
    @piyushuniyal7963 6 месяцев назад

    please upload a full tutorial of budget tracking app with subscription for some features please need tutorial urgently for learning.

  • @MyInspireSphere
    @MyInspireSphere 6 месяцев назад

    Great videos as always. Why not place the buttons on each tab as the entry text fields. Much simpler..

    • @mayorbee12
      @mayorbee12 6 месяцев назад

      I thought about same. It turns out that they are doing it dynamically.

    • @jajasaria
      @jajasaria Месяц назад

      n programming, there are many different ways. Just do what makes you comfortable.

  • @armaanchawdhary9427
    @armaanchawdhary9427 5 месяцев назад

    adding form validation to Login button and switching tab generates validation error which should not be the case. It should only validate when clicking on login button instead of while switching tab from Sign Up to Login. Anyone else able to reproduce this bug?

  • @fayyumshaikh-u8m
    @fayyumshaikh-u8m 6 месяцев назад

    HELLO FF TEAM PLEASE RESPOND TO THIS MESSAGE
    I Have been requesting to make video on Genarating Serial Numbering for the Task created e:g- let say for TODO app user added a new task then with each new task it should have serial number assigned to it like in increament way (e.g - 1,2,3,4,5,6), So for user it is identifiable which task has what sequence number
    PLEASE MAKE VIDEO ON IT I AM REQUESTING FOR SO MANY DAYS NO ONE OS HELPING ON IT😢😢
    Always love for FLUTTER FLOW it is very helpful tool , which really helping me creating app with very less coding...from INDIA

  • @hackinglikepro
    @hackinglikepro 6 месяцев назад

    when is flutterflow coming in hindi❤❤❤

  • @justenjjjoyyy
    @justenjjjoyyy Месяц назад

    i came here how u push uid in users collections but u also didn't do that