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 fa9c24a commit e733270Copy full SHA for e733270
FirebaseRemoteConfig/Sources/Public/FirebaseRemoteConfig/FIRRemoteConfig.h
@@ -109,7 +109,7 @@ NS_SWIFT_NAME(RemoteConfigValue)
109
/// Gets the value as a string.
110
@property(nonatomic, readonly, nullable) NSString *stringValue;
111
/// Gets the value as a number value.
112
-@property(nonatomic, readonly, nullable) NSNumber *numberValue;
+@property(nonatomic, readonly, nonnull) NSNumber *numberValue;
113
/// Gets the value as a NSData object.
114
@property(nonatomic, readonly, nonnull) NSData *dataValue;
115
/// Gets the value as a boolean.
0 commit comments