I'm trying to implement Firebase In-App Messaging SDK within my iOS Project. I already added by project in Firebase console and created a new Campaign. I want to test if the campaign is being triggered from Firebase Console to my iOS App but when I try to publish it, I'm being told to enter my Firebase Installation ID. I followed the steps from Firebase In-App Messaging documentation wherein I should addd this argument "-FIRDebugEnabled" in schemes. But when I run the App, I'm getting this error in Xcode logs ->[Firebase/InAppMessaging][I-IAM280002] Firebase In App Messaging was not configured with FirebaseAnalytics.
Is there another way to obtain the Firebase Installation ID?
I'm using Xcode 12, Swift 5.