Firebase In App Messaging

I’m attempting to install Firebase In App Messaging into my Expo app. I have managed to use expo run to get the pods installed, however in order to test I need to find the Firebase installation ID of the device. From what I can see, the only way to get this is to create launch arguments to enable debugging in xCode, but that doesn’t impact the actual run through expo cli.

Is there any way to pass launch arguments, specifically “-FIRDebugEnabled” when running the app to test this installation? I’ve tried using the expo constants ID, but that is not the proper format.