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 7507509 commit 52c0ecfCopy full SHA for 52c0ecf
FirebaseRemoteConfig/SwiftNew/RemoteConfigComponent.swift
@@ -22,7 +22,7 @@ import FirebaseRemoteConfigInterop
22
23
// TODO(ncooke3): Move to another pod.
24
@objc(AnalyticsInterop) public protocol FIRAnalyticsInterop {
25
- func getUserProperties(callback: @escaping ([String : Any]) -> Void)
+ func getUserProperties(callback: @escaping ([String: Any]) -> Void)
26
}
27
28
/// Provides and creates instances of Remote Config based on the namespace provided. Used in the
0 commit comments