We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb372a commit 3292979Copy full SHA for 3292979
packages/cloud_firestore/cloud_firestore/lib/src/firestore.dart
@@ -214,7 +214,7 @@ class FirebaseFirestore extends FirebasePluginPlatform {
214
}
215
if (collectionPath.contains('/')) {
216
throw ArgumentError(
217
- 'A collection path passed to collectionGroup() cannot contain "/".');
+ 'A collection path passed to collectionGroup() cannot contain "/".',);
218
219
220
return _JsonQuery(this, _delegate.collectionGroup(collectionPath));
0 commit comments