I\'m using push notifications on google cloud, however for some reason i cant receive push notifications on the emulator.
The same application does receive notifica
Which target have your emulator? For Google Services like GCM, use a "Google APIs" (any version) target to receive push notifications
Edit your Android Virtual Machine (AVD) Target to use 'Google APIs' to enable GCM Push Notifications to be received by the emulator.
Ensure you connected a google account on the emulator
Was your emulator receiving Firebase push notifications before? If yes, force reboot your emulator.