firebase-ios-sdk
firebase-ios-sdk copied to clipboard
Recaptcha Phone Auth
| 1 Warning | |
|---|---|
| :warning: | Did you forget to add a changelog entry? (Add #no-changelog to the PR description to silence this warning.) |
Generated by :no_entry_sign: Danger
Apple API Diff Report
Commit: 84b90b938645085f53893f03e8a182bba9dab337 Last updated: Mon Jun 10 10:12 PDT 2024 View workflow logs & download artifacts
[BUILD ERROR] FirebaseFirestore
FirebaseRemoteConfig
Classes
FIRRemoteConfigValue
[MODIFIED] stringValue
Swift:
+ var stringValue : String { get }
- var stringValue : String ? { get }
Objective-C:
+ @property ( nonatomic , readonly , nonnull ) NSString * stringValue ;
- @property ( nonatomic , readonly , nullable ) NSString * stringValue ;