Firebase push notification not show showing in above android M

Multi tool use
Firebase push notification not show showing in above android M
I developed one app which is available on app store. In my app push notification working fine in background. I use Data message for background push notification but its not working above android 7 version. I need to manually enable auto start permission for receive push notification in background and in some device like honor no option for auto start app permission. I can't receive push notification in background. Is there anyone who can help me that how to receive data message push notification in above android 7 version. Thanks in advance....
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Check this document. Android O includes changes in Notification system, now every notification needs a channel, or it will not be shown
– Tam Huynh
Jun 30 at 9:39