Skip to content

Commit

Permalink
Merge pull request #32 from fummicc1/develop
Browse files Browse the repository at this point in the history
v2.0.1
  • Loading branch information
fummicc1 authored Jan 10, 2022
2 parents 9ab45d9 + 96cda76 commit 24db0cf
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ public extension FirestoreClient {
}

// MARK: SubCollection
@available(iOS 15, *)
@available(macOS 12, *)
public extension FirestoreClient {

func create<Model: FirestoreModel & SubCollectionModel>(
Expand Down Expand Up @@ -231,6 +233,8 @@ public extension FirestoreClient {


// MARK: CollectionGroup
@available(iOS 15, *)
@available(macOS 12, *)
public extension FirestoreClient {
public func getCollectionGroup<Model: FirestoreModel>(
collectionName: String,
Expand Down

0 comments on commit 24db0cf

Please sign in to comment.