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
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- > AppwriteException: The requested servi...
When trying to read or write from my database I get the following error: > AppwriteException: The requested service is disabled. You can enable the service from...