Firebase In-App Messaging Plugin

This plugin allows you to show Firebase In-App Messages inside your app for iOS and Android

Functions:

firebaseInAppMessaging.init()

-- initialize Firebase In-App Messaging

firebaseInAppMessaging.setUserId(id)-- string set id

firebaseInAppMessaging.getInstanceId(callback)-- event.isError(boolean) and event.instanceID(string) use for testing

Setup:

Make sure you download and include GoogleServices-Info.plist and put in root folder of corona project. Also add your google-services.json to your root folder and useGoogleServicesJson = true in build.settings. Also add google_app_id(App ID) string to android section (see example below)

Helpful Links:

Get Plugin

Example

Support