Skip to content

[v11] RC stringValue is now nonull #13065

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 5, 2024
Merged

Conversation

paulb777
Copy link
Member

@paulb777 paulb777 commented Jun 4, 2024

Fix #10870

CI failures are pending v11 fixes for quickstarts and Swift library consolidation

Copy link
Contributor

github-actions bot commented Jun 4, 2024

Apple API Diff Report

Commit: 36312f9
Last updated: Wed Jun 5 07:38 PDT 2024
View workflow logs & download artifacts


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 ;

@paulb777 paulb777 merged commit 059b921 into release-11.0 Jun 5, 2024
46 of 50 checks passed
@paulb777 paulb777 deleted the pb-rc-string-nonnull branch June 5, 2024 14:48
@firebase firebase locked and limited conversation to collaborators Jul 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants