firebase-remote-config icon indicating copy to clipboard operation
firebase-remote-config copied to clipboard

Breaks when updating to Firebase/RemoteConfig 7.0.0

Open Sebschock opened this issue 5 years ago • 0 comments

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

Sebschock avatar Nov 03 '20 10:11 Sebschock