I am developing and cross platform mobile app using React Native. I would like to develop the application without backend server. Which SDK should I use? Will web client SDK works for React Native? According to my limited knowledge about client SDK, they do not support for creating users with bcrypt password or any other means. How can I accomplish creating user with bcrypt password?
The Web SDK You can check this: https://discord.com/channels/564160730845151244/1108801665122967644/1108803029983035504
For creating user etc. you won't use any Client side SDK but the server ones with Appwrite cloud-function (A serverless function that add pieces of logic to your Appwrite project)
How can I accomplish creating user with bcrypt password?
Why do you need to do this? That API call is more for importing users
Recommended threads
- No server error on selfhosted appwrite
Please help me, my clients is ask what happen on their data? How can i make it up again?
- 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...
- Streamlit UI and local DB
I want to use Appwrite for automation, like run watchdog service every morning 3 am. Anyone got suggestions, already explored github and documentation no luck. ...