iOS : Integrate Firebase InAppMessaging with Cordova project

Viewed 236

I need to add Firebase InAppMessaging with iOS Cordova project. I have been following Firebase documentation from official website

How can I use this to add into Cordova based project? I have created pod files as describe in documentation, However application is still now loading in-App Messaging.

1 Answers

Use the firebasex project, that have Inapp Messaging and others firebase features already for cordova.

Related