Skip to content
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

Conversation

Rohit-RA-2020
Copy link

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

@vercel
Copy link

vercel bot commented Oct 25, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 31, 2023 5:51pm

@Rohit-RA-2020
Copy link
Author

Hey @gewenyu99 can you review this 😄

@Rohit-RA-2020
Copy link
Author

Closes #92

Copy link
Contributor

@gewenyu99 gewenyu99 left a 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
Copy link
Contributor

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
Copy link
Contributor

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);
Copy link
Contributor

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]().
Copy link
Contributor

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
Copy link
Contributor

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

@gewenyu99
Copy link
Contributor

Hey,

Due to time constraints, I'm going to mark this PR hacktoberfest-accepted for now so you get DO's Hacktoberfest rewards. We'll continue to work with you on this issue for review and merge.

When it is merged, we'll contact you for Appwrite-specific Hacktoberfest swag.

Thanks for helping us improve Appwrite!

@tessamero tessamero linked an issue Nov 2, 2023 that may be closed by this pull request
2 tasks
@gewenyu99 gewenyu99 changed the base branch from main to feat-add-flutter-authentication-deepdive November 17, 2023 21:57
@gewenyu99 gewenyu99 merged commit 4e81558 into appwrite:feat-add-flutter-authentication-deepdive Nov 17, 2023
2 checks passed
@gewenyu99
Copy link
Contributor

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
Copy link
Author

Hey @gewenyu99,
Thanks for reaching out. Here's my Discord username : rohitranjan

@gewenyu99
Copy link
Contributor

Will be reaching out soon :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

📚 Documentation: Deep dive authentication recipe with Flutter
2 participants