Skip to content
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

Backup for debuglog in double free issue #14373

Draft
wants to merge 24 commits into
base: cheryllin/firestoreSwiftCpp
Choose a base branch
from

Conversation

cherylEnkidu
Copy link
Contributor

No description provided.

ncooke3 and others added 24 commits January 6, 2025 12:20
Copy link
Contributor

Apple API Diff Report

Commit: 4e36fe0
Last updated: Wed Jan 22 12:16 PST 2025
View workflow logs & download artifacts


[BUILD ERROR] FirebaseFirestoreInternal


FirebaseRemoteConfig

Enumerations

[ADDED] FIRRemoteConfigCustomSignalsError
[ADDED] FIRRemoteConfigCustomSignalsError
Swift:
+  typealias RemoteConfigCustomSignalsError . Code . _ErrorType = RemoteConfigCustomSignalsError
+    case unknown = 8101
+    case invalidValueType = 8102
+    case limitExceeded = 8103
Objective-C:
+  enum FIRRemoteConfigCustomSignalsError : NSInteger {}
+    FIRRemoteConfigCustomSignalsErrorUnknown = 8101
+    FIRRemoteConfigCustomSignalsErrorInvalidValueType = 8102
+    FIRRemoteConfigCustomSignalsErrorLimitExceeded = 8103

Classes

FIRRemoteConfig
[ADDED] -setCustomSignals:withCompletion:
Objective-C:
+  - ( void ) setCustomSignals :( nonnull NSDictionary < NSString * , NSObject *> * ) customSignals withCompletion :( void ( ^ _Nullable )( NSError * _Nullable error )) completionHandler NS_REFINED_FOR_SWIFT ;

Constants

[ADDED] FIRRemoteConfigCustomSignalsErrorDomain
[ADDED] FIRRemoteConfigCustomSignalsErrorDomain
Swift:
+  let RemoteConfigCustomSignalsErrorDomain : String
Objective-C:
+  extern NS_SWIFT_NAME ( RemoteConfigCustomSignalsErrorDomain ) NSString * const FIRRemoteConfigCustomSignalsErrorDomain

[BUILD ERROR] FirebaseFirestore


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment