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 d34a554 commit 36dadfdCopy full SHA for 36dadfd
FirebaseRemoteConfig/SwiftNew/ConfigSettings.swift
@@ -435,7 +435,7 @@ let RCNHTTPDefaultConnectionTimeout: TimeInterval = 60
435
/// Whenever user issues a fetch api call, collect the latest request.
436
/// @param userProperties User properties to set to config request.
437
/// @return Config fetch request string
438
- @objc public func nextRequest(withUserProperties userProperties: [String: Any]!) -> String {
+ @objc public func nextRequest(withUserProperties userProperties: [String: Any]?) -> String {
439
var request = "{"
440
request += "app_instance_id:'\(configInstallationsIdentifier)'"
441
request += ", app_instance_id_token:'\(configInstallationsToken)'"
0 commit comments