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 b2f1b99 commit df6af7cCopy full SHA for df6af7c
FirebaseRemoteConfig/SwiftNew/ConfigContent.swift
@@ -96,6 +96,8 @@ class ConfigContent: NSObject {
96
return checkAndWaitForInitialDatabaseLoad()
97
}
98
99
+ /// We load the database async at init time. Block all further calls to active/fetched/default
100
+ /// configs until load is done.
101
@discardableResult
102
private func checkAndWaitForInitialDatabaseLoad() -> Bool {
103
/// Wait until load is done. This should be a no-op for subsequent calls.
0 commit comments