Retrieve subcollections from firebase wrapper #26632
Unanswered
Weulass
asked this question in
Feature Requests
Replies: 0 comments 1 reply
|
This is not currently possible because the regex in the code matches only |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is there any way to retrieve all documents associated with a subcollection presents in a collection using the firebase wrapper ?
I tried without success:
server firebase_server
options (
object 'firestore/users/details' -- format: 'firestore/[collection_id]'
);
In this case, details would be a subcollection in users collection
Thanks in advance
All reactions