-
Notifications
You must be signed in to change notification settings - Fork 204
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
Added Flutter Authentication Deepdive #275
Added Flutter Authentication Deepdive #275
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hey @gewenyu99 can you review this 😄 |
Closes #92 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, great job on this PR, looking clean.
I will try to follow this start to finish later to audit the examples in more detail.
title: Authentication with Flutter | ||
description: Add Authentication to a Flutter project using Appwrite. | ||
step: 1 | ||
difficulty: beginner |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Intermediate maybe
flutter run | ||
``` | ||
|
||
## Adding Appwrite to Your Flutter App |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing {% #header-label-text %}
client = Client() | ||
.setEndpoint(constants.appwriteEndpoint) | ||
.setProject(constants.appwriteProjectID) | ||
.setSelfSigned(status: true); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're gonna suggest they do this against cloud so the appwrite endpoint should default to cloud and setSelfSigned should not be set :D
description: Add Authentication to a Flutter project using Appwrite. | ||
step: 7 | ||
--- | ||
If you want to see these authentication concepts applied in a more robust manner, you can see them in action in this [demo app](). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing link heeheee, use your repo for now, we'll fork it from our org later.
--- | ||
If you want to see these authentication concepts applied in a more robust manner, you can see them in action in this [demo app](). | ||
|
||
## Other authentication methods |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For all, remember to include {% #heading %} so table of contents popular
Hey, Due to time constraints, I'm going to mark this PR When it is merged, we'll contact you for Appwrite-specific Hacktoberfest swag. Thanks for helping us improve Appwrite! |
4e81558
into
appwrite:feat-add-flutter-authentication-deepdive
Hey there! There were a lot of big PRs during this Hacktoberfest, and we wanted to give everyone ample time to collaborate with our engineering team. If you were able to merge your PRs during October, amazing. If it’s still not merged, don’t worry about it either. Either way, we’ve got your Hacktoberfest swag minted and ready to ship. Please comment with your Discord username here so we can contact you about your shipping information to deliver your Hacktoberfest swag. |
Hey @gewenyu99, |
Will be reaching out soon :) |
What does this PR do?
Add Flutter Authentication Deep-dive
Test Plan
Related PRs and Issues
#92
Have you read the Contributing Guidelines on issues?
Yes