javascript - Pass token from FirebaseAuth to Google Cast Custom Receiver in Android -


i'm using firebase , firebaseui android.

i want pass login state android application google cast custom receiver. google cast custom receiver written in html , javascript , deployed firebase hosting.

how can using firebase sdk?

the way communicate cast receiver either through custom message (using custom namespace) or piggy-backing on media control commands can take additional custom data. first approach preferred 1 if want bi-directional communication @ second 1 can job if timing sending message can match when send control command.


Comments

Popular posts from this blog

Combining PHP Registration and Login into one class with multiple functions in one PHP file -

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -