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
- Collections list not showing up when try...
I'm trying to create new relationship attribute but both one way and two way relationship is not showing up collections list to connect with my relationship att...
- I have try to use the appwrite in to the...
Invalid Origin. Register your new client (oailedjdbkhlkakmnnapoonllbnfmfij) as a new Web (Chrome Extension) platform on your project console dashboard
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...