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
- Export, Import or Migration giving this ...
As you can see in yhe screenshot i am not able to export any data or export the data from tables. Also it is affecting the migration from appwrite to appwrite h...
- Project auto-blocked after load testing ...
Hi team 👋 My project has been automatically blocked with the message: "Project is currently blocked — Access to this project is restricted. Contact support if...
- App build crashing with "Internal error"
Hello Appwrite team! 👋 We are trying to deploy a Next.js application on Appwrite Cloud, but our builds are consistently failing. The deployment log successful...