We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc6763 commit d43b11dCopy full SHA for d43b11d
firebase-firestore/src/iosMain/kotlin/dev/gitlive/firebase/firestore/firestore.kt
@@ -42,7 +42,7 @@ actual class FirebaseFirestore(val ios: FIRFirestore) {
42
43
actual fun collection(collectionPath: String) = CollectionReference(ios.collectionWithPath(collectionPath))
44
45
- actual fun collectionGroup(collectionId: String) = Query(ios.collectionGroupWithId(collectionId))
+ actual fun collectionGroup(collectionId: String) = Query(ios.collectionGroupWithID(collectionId))
46
47
actual fun document(documentPath: String) = DocumentReference(ios.documentWithPath(documentPath))
48
0 commit comments