-
Notifications
You must be signed in to change notification settings - Fork 173
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
React native SDK #794
React native SDK #794
Conversation
```bash | ||
npm install react-native-appwrite react-native-fs react-native-url-polyfill --save | ||
``` | ||
|
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.
Do we need
For iOS apps, you will need to install cocoapod dependencies.
```sh
cd iOS && pod install && cd ..
```
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 have it in the getting started section
npm install react-native-appwrite react-native-fs react-native-url-polyfill --save | ||
``` | ||
|
||
{% if sdk.gettingStarted %} |
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.
Where did we add this? I can't find it.
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.
In appwrite/appwrite
* - account | ||
* - collections | ||
* - collections.[ID] | ||
* - collections.[ID].documents | ||
* - documents | ||
* - documents.[ID] | ||
* - files | ||
* - files.[ID] | ||
* - executions | ||
* - executions.[ID] | ||
* - functions.[ID] | ||
* - teams | ||
* - teams.[ID] | ||
* - memberships | ||
* - memberships.[ID] |
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.
I think there's lots of missing and incorrect channels here
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.
I'm keeping this sync with web
SDK, if that's the case we should probably update there as well. Where do we have the latest updated channels?
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.
List is here: https://appwrite.io/docs/apis/realtime#channels looks like mostly databases/storage ones need updated
Co-authored-by: Jake Barnby <[email protected]>
Co-authored-by: Jake Barnby <[email protected]>
What does this PR do?
Test Plan
Related PRs and Issues
(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)
Have you read the Contributing Guidelines on issues?
YES