Firebase FCM Not getting Token

Hi guys,
I’ve followed this tutorial :

But I’m not getting any notifications on my android device.
I’ve tryed to store token.Token in a txt file, but it seems I just don’t get a token

It seems OnTokenReceived is not being triggered.
Should’nt it be triggered right after a new installation and open app?

Anyone had sucess implementing this?

Thanks in advance.

Update, I can get a token but messages aren’t displayed on my device.
Events are triggered and my bundle name is correct on firebase, Am i missing something?

Hey Korreya,

I hope you finally got things working. How did you eventually get OnTokenReceived() firing? And did you ever get notifications coming through to the device?

Thanks!