capacitor-community / firebase-remote-config

MIT License
23 stars 38 forks source link

Breaks when updating to Firebase/RemoteConfig 7.0.0 #9

Open Sebschock opened 3 years ago

Sebschock commented 3 years ago

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