Flutter Appwrite Authentication Tutorial - Login, Signup, Google Auth, Verify Email, Reset Password

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

КОМЕНТАРІ • 22

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

    Great tutorial! Your step-by-step guidance on Flutter Appwrite authentication made it super easy for me
    to implement login, signup, and other features.
    Appreciate the clarity and simplicity in your explanations.
    Kudos for including Google Auth, email verification, and password reset - comprehensive and incredibly useful.
    Thanks a bunch for sharing your expertise!

  • @ravi2048
    @ravi2048 7 місяців тому +1

    Simplicity at it's peak, Subscribed!!

  • @polavalentin4968
    @polavalentin4968 2 місяці тому

    Great tutorial

  • @andregomes5889
    @andregomes5889 6 місяців тому +1

    Caraca, muito obrigado pelo seu video, me ajudou bastante aqui no meu projeto, Deus te abençoe grandemente!

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

    thank you soo much thanx a lot

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

    Amazing information packed into a single video.
    Now we have to turn that into a container.
    Any idea where we can host containerized micro services like the Render did for node?

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

    Thank you so much!

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

    fyi, your email is visible at 46:27 , i mean .. if you gonna blur it do it properly

  • @Sanyo.g
    @Sanyo.g 8 місяців тому +3

    brother please make an project with appwrite,flutter with clean architectecture yrr , please.!

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

      ok will try to make it.

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

      @@Snehasis4321 For state management solution use Provider instead of Bloc/Riverpod, Just to keep things as simple as possible for new learners. Thank-You for the tutorial!

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

    Thanks bro ✌

  • @flutter-fm1kl
    @flutter-fm1kl 2 місяці тому

    Can make a tutorial with nodejs and flutter only ❤

  • @joedhon-q8l
    @joedhon-q8l 7 місяців тому +1

    can you show create its database and show us how to use models

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

    Thanks 👍

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

    when i try to get data from appwrite or save data to appwrite gets xmlhttp request error how to solve any idea please let me know

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

    hello there, i just have a task to do but don't know how i can so am asking you as there is no video about it on youtube. i have to send notification to the user whether its background or foreground when the new doc is added in a collection for e.g there is a collection called notification and someone send a message then the message is saved in notifications collection. i want as soon as it is added send the notification to all the users using our app. can you do this? plz let me know and make a tut on it as soon as possible.

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

      you can use cloud function , or a backend server that should continuously listen to firestore for any changes and then you can trigger the notification to the users.

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

      Read the AppWrite docs, they've cloud functions.