Back

Clarification regarding choosing client SDK

  • 0
  • Android
  • Web
  • Users
sivagowda
31 May, 2023, 14:09

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?

TL;DR
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.
Binyamin
31 May, 2023, 14:16

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)

Drake
31 May, 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

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more