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
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Finding job
Hi. I am a full-stack developer with experience in developing scalable and user-friendly web applications. I handle both front-end and back-end development, im...
- CDN not delivering correct bundle
My site 69b4cd410035893573dc is not delivering the latest deployed version via CDN, it seems stuck on versions from previoiu days, alternative links for the lat...