We have been using Firebase In-App Messaging. We expect the default Analytics events to be recorded as outlined in the documentation at
https://support.google.com/analytics/answer/9234069?hl=en like `firebase_in_app_message_action`.
However, we found that these events are not being recorded. Instead, we see events with different names, such as `fiam_action`.
Interestingly, the iOS app in the same project is correctly logging the documented events like `firebase_in_app_message_action`.
Is this behavior intended? or is there a configuration issue that needs to be addressed?
Best regards