Uh oh!
There was an error while loading. Please reload this page.
Added Flutter Authentication Deepdive - #275
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Rohit-RA-2020
commented
Oct 25, 2023
Hey @gewenyu99 can you review this 😄 |
Rohit-RA-2020
commented
Oct 26, 2023
Closes #92 |
gewenyu99
left a comment
There was a problem hiding this comment.
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 |
Uh oh!
There was an error while loading. Please reload this page.
| flutter run | ||
| ``` | ||
| ## Adding Appwrite to Your Flutter App |
There was a problem hiding this comment.
Missing {% #header-label-text %}
| client = Client() | ||
| .setEndpoint(constants.appwriteEndpoint) | ||
| .setProject(constants.appwriteProjectID) | ||
| .setSelfSigned(status: true); |
There was a problem hiding this comment.
We're gonna suggest they do this against cloud so the appwrite endpoint should default to cloud and setSelfSigned should not be set :D
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| 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.
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.
For all, remember to include {% #heading %} so table of contents popular
gewenyu99
commented
Oct 31, 2023
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! |
gewenyu99
commented
Apr 8, 2024
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. |
Rohit-RA-2020
commented
Apr 9, 2024
Hey @gewenyu99, |
gewenyu99
commented
Apr 19, 2024
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