-
Hello, we wrote a swift protocol to mock the RemoteConfig during our tests. I wanted to implement the new live update feature but I struggle to create the swift function signature to conform to The following is what I could come up with but it doesn't conform
I have never learned objective-c so and Bard as well as Bing(GPT) were not helpful. I hope someone can help me with this. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
You might need to add Also for RemoteConfig testing, you may want to check out the fake console test infrastructure at https://github.com/firebase/firebase-ios-sdk/tree/master/FirebaseRemoteConfigSwift/Tests |
Beta Was this translation helpful? Give feedback.
-
@teejayhh |
Beta Was this translation helpful? Give feedback.
yep this is it.
Sorry I wanted to post it here but forgot.
Hope this helps