App Crashes on Receiving Firebase Notification: FlutterFirebaseMessagingService ClassNotFoundException in Flutter App #13562
Unanswered
otmane-elb
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm developing a Flutter app using Firebase Cloud Messaging (FCM) for push notifications. The app crashes every time I receive a notification. This problem began after implementing FCM, and I’ve configured it based on Firebase’s documentation. I've tried various solutions but still encounter this error.
here are the logs :
Details:
Flutter 3.24.4 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 603104015d (5 days ago) • 2024-10-24 08:01:25 -0700
Engine • revision db49896cf2
Tools • Dart 3.5.4 • DevTools 2.37.3
dependencies:
firebase_core: ^3.6.0
firebase_messaging: ^15.1.3
Android Manifest :
Code in MainActivity.kt:
Beta Was this translation helpful? Give feedback.
All reactions