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

Update to work with firebase 7.0.0 fix: #9

Open Sebschock opened this issue 5 years ago • 3 comments

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

Sebschock avatar Nov 03 '20 13:11 Sebschock

@priyankpat can you merge this ASAP ? I can't build my apps without this which is very problematic !

corentin-gautier avatar Nov 10 '20 09:11 corentin-gautier

@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

Sebschock avatar Nov 11 '20 10:11 Sebschock

@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.

ap1969 avatar Dec 09 '20 23:12 ap1969