Auth Page Logic | To Do App | FlutterFlow for Beginners

Поділитися
Вставка
  • Опубліковано 29 січ 2025

КОМЕНТАРІ • 39

  • @ivantodorov
    @ivantodorov 10 місяців тому +4

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

  • @weherek5941
    @weherek5941 9 місяців тому +3

    you killed that tutorial bruh

  • @Gbajumodigitals
    @Gbajumodigitals 10 місяців тому +1

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

  • @ayushmancare
    @ayushmancare 10 місяців тому +9

    Best Low Code Tool Ever 💙 @FlutterFlow

  • @schlam9320
    @schlam9320 9 місяців тому +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.

  • @mayorbee12
    @mayorbee12 10 місяців тому +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.

  • @John-oo1by
    @John-oo1by 10 місяців тому +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 10 місяців тому +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.

  • @ThomasBrown-e7d
    @ThomasBrown-e7d 9 місяців тому

    these tutorials are so good its overpowered lol

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

    This is a great tutorial 🥰

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

    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?

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

    Awesome Content. Thanks

  • @ganjisvlogs1818
    @ganjisvlogs1818 10 місяців тому +1

    Can you explain how to validate , password and confirm password

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

    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?

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

    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?

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

    How can you enable automatic login for returning users?

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

    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.

  • @DeForrestCox
    @DeForrestCox 9 місяців тому +2

    getting error everytime i try to test the signup funciton

  • @imeobongetimwebdev
    @imeobongetimwebdev 8 місяців тому +1

    My design isn't loading fully in test mode.

  • @li-lz7wo
    @li-lz7wo Місяць тому

    when I run the test mode, the text is disapearing but in preview mode its there
    anyone had that problem

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

    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 6 місяців тому

      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.

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

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

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

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

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

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

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

    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?

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

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

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

    I'm struggling with the toggle icon of the password, it's clearing it instead of visible password 😢

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

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

  • @fayyumshaikh-u8m
    @fayyumshaikh-u8m 10 місяців тому

    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 10 місяців тому

    when is flutterflow coming in hindi❤❤❤

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

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

  • @milanswart-u8n
    @milanswart-u8n Місяць тому

    dit maakt mij deppresief

  • @Eason-s7u
    @Eason-s7u 2 місяці тому +1

    can you be more systematic and stop adding useless information?

  • @kodbuddy
    @kodbuddy 25 днів тому

    Dude, I can't believe how bad your accent is