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 01dc420 commit b372ee7Copy full SHA for b372ee7
FirebaseRemoteConfig/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# Unreleased
2
+- [fixed] Mark ConfigUpdateListenerRegistration Sendable. (#14215)
3
+
4
# 11.5.0
5
- [fixed] Mark two internal properties as `atomic` to prevent concurrency
6
related crash. (#13898)
FirebaseRemoteConfig/Sources/Public/FirebaseRemoteConfig/FIRRemoteConfig.h
@@ -38,6 +38,7 @@ extern NSString *const _Nonnull FIRRemoteConfigThrottledEndTimeInSecondsKey NS_S
38
* RC backend is closed. Subsequently calling `addOnConfigUpdateListener` will re-open the
39
* connection.
40
*/
41
+NS_SWIFT_SENDABLE
42
NS_SWIFT_NAME(ConfigUpdateListenerRegistration)
43
@interface FIRConfigUpdateListenerRegistration : NSObject
44
/**
0 commit comments