Repository: appwrite/website
The Appwrite website, docs and blog 🏠
What does this PR do?
- Fixes #559 by creating an instance of an "Appwrite object" which can be referenced inside the
bodyof theContentView - Removes references to OAuth since the current steps don't implement OAuth and it is not an ideal flow for a newcomer to Appwrite
- Updates the functionality of the final app to switch between screens based on session status.
If this PR is accepted, similar changes need to be made to Android and Flutter to maintain parity between the mobile platform quick start pages. I believe these changes will shorten the path to a newcomer becoming familiar with Appwrite and provides a functioning app as a result to following the steps listed.
Test Plan
Visit docs/quick-starts/apple in the project or in browser to see changes.
Related PRs and Issues
More Issues and PRs will be created as a result of this PR being merged.
Have you read the [Contributing Guidelines on issues]
Yes