I have followed the steps mentioned in the documentation to be able to test firebase_in_app_messaging
inside my Flutter app.
However, i have no logs on Android when i run my app and on iOS i have this log :
10.7.0 - [FirebaseInAppMessaging][I-IAM180004] Runtime is already active, resume is just a no-op
But i have no installation ID to provide to the Firebase console.
The steps mentioned in the documentation are (very) simple so i don't think it comes from this
EDIT : I have tried to delete / reinstall the app multiple times and i do see the same logs.