-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
Description
FIRRemoteConfigValue.stringValue is marked nullable in the header file but will never return null as the implement.
firebase-ios-sdk/FirebaseRemoteConfig/Sources/FIRConfigValue.m
Lines 43 to 46 in 60f9a33
| /// The string is a UTF-8 representation of NSData. | |
| - (NSString *)stringValue { | |
| return [[NSString alloc] initWithData:_data encoding:NSUTF8StringEncoding]; | |
| } |
It would be thankful to implement it as
nullable, before that marking it nonnull would be enough.
Firebase SDK Version
9.6.0
Xcode Version
14.1
Installation Method
CocoaPods
Firebase Product(s)
Remote Config
Targeted Platforms
iOS