firebase-remote-config
firebase-remote-config copied to clipboard
Breaks when updating to Firebase/RemoteConfig 7.0.0
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 to latest version of Firebase/RemoteConfig:
pod repo update
pod install
Then build app in xcode