devices not registered for push notifications

0
Hi,   I've set up the Firebase settings according to the documentation, including configuring the necessary credentials and adding required files during the native app build process. However, when I open the app on my Android device, it doesn't appear on the list of registered devices. Could you please help identify what might be causing this issue?
asked
1 answers
0

Hi Muna,

I think you are missing something because when we open android app on our physical device it automatically registers the device.

 

Check package name is same or not 

like com.firebase.app for same app & when we configuring the firebase setting in firebase console.

answered