You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
subcollections can only be used when requesting collections existing underneath another collection. In the example you've posted it should be rejected (but isn't because #2 is not yet implemented) since you haven't specified a parent collection.
For top-level collections, the correct keyword is top, I believe in your example it would be lib1.collections().top().get().
An example where subcollections could be used, getting all subcollections living under a collection with a key "AABBCCDD":
Yes, this worked! Thanks so much for your quick response. It might make sense to update the documentation on subcollections() so that "Should only be used in conjuction with both library() ..." is not misunderstood.
Hi, probably I am doing something wrong, but I don't get subcollections to work:
Expected result: JSON data for only the top-level collections
Actual result: JSON data for 25 random collections
The text was updated successfully, but these errors were encountered: