Sebastian
Results
2
issues of
Sebastian
Fixes the following error: `node_modules/@capacitor-community/firebase-remote-config/ios/Plugin/Plugin.swift:53:56: extra argument 'completionHandler' in call` and run `call.success()` on initialise complete
**Describe the bug** When building the app for iOS I get the following error: `node_modules/@capacitor-community/firebase-remote-config/ios/Plugin/Plugin.swift:53:56: extra argument 'completionHandler' in call` It happened after updating to Firebase/RemoteConfig 7.0.0 **To Reproduce** Update...