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
Post a Comment