I'm making a website for my smart tv with cast technology, I have managed to integrate firebase to the website using javascript, when I access it from my computer I get the token without problems, when I lift it on the smart tv I receive the following message:
"messaging / notifications-blocked"
Since I have no way to accept notifications interactively, I need the token to subscribe the page to a topic and display the messages on the smart. Is this possible with firebase?