Problems with ionic firebase ios

I have an Ionic project that makes use of Firebase, when I run on android, it works correctly, however when running on ios, I have the errors below:

2017-12-20 13:50:01.308145-0200 APPNAME[142:16057] ERROR: Method 'logError:' not defined in Plugin 'FirebasePlugin'

2017-12-20 13:50:01.308209-0200 APPNAME[142:16057] -[CDVCommandQueue executePending] [Line 142] FAILED pluginJSON = ["FirebasePlugin178073172","FirebasePlugin","logError",["teste log"]]

I’ve spent a lot of time trying to understand what is happening, but without success, has anyone ever had something like this?

I just saw in firebase plugin files, that a logError function does not exist in the ios version :confused: