Skip to content

Commit

Permalink
[Firestore] Add Sendable annotation to VectorValue (#13483)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 authored Aug 13, 2024
1 parent 7ecfa21 commit 097f142
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Firestore/Source/Public/FirebaseFirestore/FIRVectorValue.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ NS_ASSUME_NONNULL_BEGIN
/**
* Represents a vector type in Firestore documents.
*/
NS_SWIFT_SENDABLE
NS_SWIFT_NAME(VectorValue)
@interface FIRVectorValue : NSObject

Expand Down

0 comments on commit 097f142

Please sign in to comment.