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
- Docker Compose MongoDB Setup
everythings work fine but the mongodb fails on startup everytime. log: ``` Generating random MongoDB keyfile... /bin/bash: line 9: : No such file or directory ...
- Auth broken after update from 1.8.0 to 1...
So ive been having issues creating, deleting or updating users on my appwrite instance after i updated from 1.8.0 to version 1.9.0. When trying to create a user...
- Magic Link woes/noob
Magic Link is working; it sends the link to my email. But the link itself always leads to "Page Not Found. The page you're looking for doesn't exist". Clicking ...