Update to work with firebase 7.0.0 fix: #9
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
@priyankpat can you merge this ASAP ? I can't build my apps without this which is very problematic !
@corentin-gautier the repo seems not to be maintained. You can install my fix via:
npm install https://github.com/Sebschock/firebase-remote-config/releases/download/v0.1.4/capacitor-community-firebase-remote-config-0.1.4.tgz
@corentin-gautier the repo seems not to be maintained. You can install my fix via:
npm install https://github.com/Sebschock/firebase-remote-config/releases/download/v0.1.4/capacitor-community-firebase-remote-config-0.1.4.tgz
Thanks for doing this @Sebschock - I'm building an app on Ionic Appflow as I don't have a mac, and this resolved the error I was getting - appreciate you doing this.