Hello I am making an web application where user will create new collections but i want to tell user whether collections name available or not like github provides userid available or not in realtime
Could someone help me to implement the same thank u
Hi
So, maybe what you can try is:
- a function that would store and check if the collection name entered by user already exists
- if it doesnt, it would make one and enter in database
- please keep in mind you woould have to decide how are you going to keep matching in your app, given that you would consider lowercase uppercase differently?
You can see our:
Ok I will try this thank u for help
all the best
Recommended threads
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...