'Firebase Messaging not received on Android S

My App works great in android 11 and below. But in Android 12 I can't receive any data message that was send using php backend code.

My target sdk version is 30 and firebase bom version 29.1.0

  // Import the BoM for the Firebase platform
  implementation platform('com.google.firebase:firebase-bom:29.1.0')
  // Declare the dependency for the Firebase Authentication library
  // When using the BoM, you don't specify versions in Firebase library dependencies
  implementation 'com.google.firebase:firebase-auth'
  // firebase core
  implementation 'com.google.firebase:firebase-core'
  // Firebase analytics
  implementation 'com.google.firebase:firebase-analytics'
  //Firebase cloud messaging.
  implementation 'com.google.firebase:firebase-messaging'


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source