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
When I try to create a collection with nested collection without wildcard, like so:
@Collection<Task>('users/*/task/dataExtraction')
I get the following error:
[SEVERE] cloud_firestore_odm_generator on lib/database/model.dart:
The annotation @Collection received "users/*/task/dataExtraction" as collection path, but this path points to a document instead of a collection
I'm trying to create multiple collections with common root for groupQuery:
tasks/typeA
tasks/typeB
The text was updated successfully, but these errors were encountered:
pierremrtn
changed the title
Can't created nested subcollection without wildcard
Can't create nested subcollection without wildcard
May 7, 2024
When I try to create a collection with nested collection without wildcard, like so:
I get the following error:
I'm trying to create multiple collections with common root for groupQuery:
tasks/typeA
tasks/typeB
The text was updated successfully, but these errors were encountered: