NeelOriginal post
Rank 1: Thread
i'm making a web app but whenever i get documents i have to give collection ID, when app will grow with tons of collections it will be difficult to manage all the IDs, how to use collection name instead of collection ID to createDocument or listDocuments functions ?
Summary
Is there any way to use the collection name instead of the collection ID for the createDocument or listDocuments functions? It is not possible to use the name as an ID, as IDs must be unique. However, you can consider if you really need so many collections and if there is a better way to organize your data.