Instead of
databases..collections..create
I want to have it only work on a specific collection, is that possible?
If not any plans to implement this feature?
“ databases. * .collections. * .create” is what i meant before
Try -
databases.DB-ID.collections.COLL-ID.create
but i am not sure of your usecase, this would only fire once when that ID collection is created.
Recommended threads
- Subdomain failed verification
So I wanted to do a custom subdomain, because local storage doesn't work for me, but I've tried it a long time ago, it didn't work for me, and now I'm trying ag...
- Sites 30MB limit from GitHub
I’m deploying a site from github as Other type on the Hobby plan. It is actually a Flutter web app but it’s in a subdirectory with the root being an html landin...
- [bug] API response is good but UI don't ...
Hi guys! When i got my object, it have billingInfo relation, in the web ui i just got pading state, and the row shows object is null, but when i work whit this...