How To Make A Social Or Sharing App For Free - Sign In Page

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

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

  • @michelbibiana72
    @michelbibiana72 2 года назад +1

    Sign in and sign up pages done and functional. Thanks a lot for the videos, been so useful Tyler😁

  • @sophieberg3634
    @sophieberg3634 3 года назад +1

    You are very often talking about something that you already have explained in other videos but it is sometimes hard to find the video. Sometimes things are also very quickly explained, so I have a little bit hard to follow. I will try to watch all your videos and hopefull I find them all and can watch them in the right order. Otherwise you are very good, and I am thankful that you share so much with us.

    • @TylerTalksChannel
      @TylerTalksChannel  3 года назад

      If I reference another video I do my best to put it in the description. If you are watching this video it is part of a series/playlist, and there is an order to these videos. If you go to my channel, or check the playlist on the right, you should see the videos listed in order.

  • @faeezfataar4109
    @faeezfataar4109 3 года назад +1

    I watched the social app series was awesome 👌, just wanted to know if you could maybe do the tutorial on "forgot password" would be awesome if you could

    • @TylerTalksChannel
      @TylerTalksChannel  3 года назад +1

      @Faeez Fataat Thank you! I haven't done this yet, as my hypothetical plan was to have users email me and then I could change the password for them within Forebase (not as secure but it was a thought, whether I set a new password for them or find a way to generate the reset email for them in Firebase, I just didn't get around to it) I did find some resources online, so I will paste a link to firebase docs below as well as to an Appgyver forum on this.
      firebase.google.com/docs/reference/rest/auth
      forums.appgyver.com/t/firebase-authentication-how-to-make-a-password-reset-flow/7764

  • @masseybranscomb7430
    @masseybranscomb7430 2 года назад +1

    you're vids have been very helpful! thanks!

  • @tequilamockingbird8702
    @tequilamockingbird8702 2 года назад +1

    Hey thanks for answering my last message. I fixed it. But I have another question, for the set item for storage it says " value "Sign In" is not equal to "Sign Up." Do you have a suggestion for that?

    • @TylerTalksChannel
      @TylerTalksChannel  2 года назад

      I would recommend going back in the video and verifying the "Sign In" and "Sign Up" have the correct information assigned from the Firebase Docs.

  • @michelbibiana72
    @michelbibiana72 2 года назад +1

    So Tyler I was just thinking, what if too users entered thesame username or password and how do we prevent that??
    -Alain Michel

    • @TylerTalksChannel
      @TylerTalksChannel  2 года назад +1

      I think Firebase would stop the user from creating the account with a duplicate record.

  • @Charliedoezstuff
    @Charliedoezstuff 2 года назад

    Does this seris include how to make a comment section? I am having trouble finding how to make one anywhere.

    • @TylerTalksChannel
      @TylerTalksChannel  2 года назад

      It includes how to make a basic forum. It will show you the basics of creating a forum section but it is a bit limited.

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

    Hey tylor... Iam building a car catalogue app with admin login, user sign in and sign up options... And i included all the three sign in, sign up and admin login in one page (Direct third party auth)... The sign in and admin login work perfectly as i have enabled the "authentication" in firebase to "email and password check" category and by using the apiKey... i have followed the same steps followed by you in this video...but the sign in function is not working...it always moves to the other two states in HTTP and not to the truth state...is there any changes in settings that i need to make in firebase? Or cuz of i have used 2 common page variables (credentials.emailID, credentials.password) for all the three sign in, sign up, admin login...cuz all 3 are included in one page and the user selects any one of these to move to next page and the variable gets refreshed...
    Iam pretty sure that i have added the formulas, req body and URL correctly...cross checked it several times... :(

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

      I would try it without the email and password check part. It would be easier to do what I did in the video then work backwards once the login works.

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

      Problem solved. there was a mistake in HTTP URL...solved now thanks

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

      Glad you took care of it ​@nafeesahamed4416