-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
📚 Documentation: Deep dive authentication recipe with Flutter #92
Comments
Hey @gewenyu99 can I work on this? |
/assign |
Please assign me please @gewenyu99 please |
Hey @gewenyu99 i am thinking of making something similar to firebase_ui example in firebase docs for flutter. |
Hi @Rohit-RA-2020 have assigned the issue to you! Thank you for showing interest in contributing to Appwrite! Happy Hacktoberfest 🎃 Notes:
|
Hi, we assign on first-come, first-serve basis, if Rohit is unresponsive, then we will assign you. |
Hi, we assign on first-come, first-serve basis, and you are third in line, if the issue still remains unsolved, we will assign it to you. |
What @Haimantika said! 😸 |
Outline: Deep dive authentication recipe with Flutter1. Creating a Idea Tracker with flutter
2. Creating a new Flutter Project
3. Setting up Appwrite
4. Adding Standard Authentication
5. Verification and Recovery
6. Conditional Routing
A basic Example of how Routing will be done graph TD
A[App launches] --> B(Checking shared prefs)
B --> C{No user}
B --> D{User present}
C --> E[Route to Auth screen]
D --> F[Route to Home Screen]
D --> G{User logouts}
G --> E
7. Preferences and Delete Account
|
Hey @gewenyu99 I have started working based on this outline. Please let me know what things need to change. Also, Do I need to use a state management package like Provider or Riverpod? and I need some help with things that I need to implement with Prefs and deleting |
Also, this Tutorial will be based upon email signup/login or other Auths like Phone Auth and Magic URL, Because OAuth has a different section 🤔 |
Hi, I decided to do an example project so we can be consistent. Please follow the outline and format here: |
Sure, will do so |
Is anyone still working on this? |
Yes, I'm |
👀 Excited to see this tutorial :D |
@Rohit-RA-2020 can you update the open PR? We'd like to merge it soon and be able to send you the appwrite swag :) |
I have made few changes and waiting for review 👍🏼 |
@Rohit-RA-2020 awesome :) |
💭 Description
Goal
Deep dive tutorial for beginners to learn Appwrite Authentication in depth with Flutter.
Content
/docs/tutorials/sveltekit
How to contribute
Pitch an outline detailing each page you plan to add and headings within, and ask to be assigned. Open a PR after the outline has been approved.
The Appwrite team will collaborate with you on the outline and PR.
Thanks for taking the time to make our documentation better 🙏
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: