we have launch an app for riders in France. It is an app that calls a site via Inappbrowser. So no big code with Xcode but just HTML, CSS and Javascript.
I have installed Firebasex pluging for notification. It works great on Android but not in iOS. I do all I have to do with Firebase (add google.plist, add SDK and add the line I need on the appDelegate.m) But when I build the app for test I have the message "redefinition of module 'Firebase'" in module.modulemap. I try to make this in comment but an another error appear.
module Firebase {
export *
header "Firebase.h"
}
I don't know what to now, can you help me ?