[🐛] In-app-messaging pop up is not triggered and not showing. #8413
Labels
blocked: customer-response
platform: android
plugin: in_app_messaging
Firebase In-App Messaging (FIAM)
type: bug
New bug report
I am with
"react-native": "0.76.6"
"@react-native-firebase/analytics": "^21.12.0",
"@react-native-firebase/app": "^21.12.0",
"@react-native-firebase/in-app-messaging": "^21.12.0",
"@react-native-firebase/messaging": "21.6.1",
i have installed the in-app-messaging library and configured:
Firebase.json
app.ts
android/build.gradle
classpath 'com.google.gms:google-services:4.4.1'
android/app/build.gradle
apply plugin: 'com.google.gms.google-services'
Firebase message pop up is configured for my stg app , all registered , i have used firebase before in the app for push notifications .
The in app message configs are to trigger on_foreground
What else do i have to do ? Or what have i done wrong ?
The text was updated successfully, but these errors were encountered: