Insights🐛 Bug Report: Missing Tables API Methods in React Native SDK
- 0
- Databases
- React Native
- Cloud
Hi. First time appwrite user. i'm building a new mobile app with react-native & expo and decided to use appwrite as a tech for this app. i found the react-native sdk through the official youtube video. over the weekend when started defining database logic, i came up with lots of tables to create and i noticed it's a pain to manually create all these in the UI(tables, attributes, indexes, permissions etc). I was considering using the node sdk before watching the video. I already created a table in the ui. The AI feature helped generating most of its attributes, couldn't complete because of the text limit. And just today, i found out there's an api to create table and attributes but some of its object are missing in the react-native ask but present in node's sdk. I created an issue at https://github.com/appwrite/sdk-for-react-native/issues/79. Please kindly do something about it for me. i've been delayed for two days because of it. I might consider going with tech i'm familiar with if nothing is done
Thanks
Recommended threads
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...