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?
Summary
The user is asking for clarification on which client SDK to use for creating a user with a bcrypt password. Another user suggests that the API call for bcrypt password is more for importing users. They recommend using the server SDKs with Appwrite cloud-function for adding logic to the project. The original user mentions developing a cross-platform mobile app using React Native and wants to know if the web client SDK will work for this. They also express concern that client SDKs don't support creating users with bcrypt passwords. No solution is provided in the thread.
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)
Drake
Admin
May 31, 2023, 16:08
How can I accomplish creating user with bcrypt password?
Why do you need to do this? That API call is more for importing users