Kevin Zhang

Results 6 comments of Kevin Zhang

Hi @argzdev I just managed to reproduce this bug with `firebase quick start` project, here is the repo: [https://github.com/kevin-zqw/messaging](https://github.com/kevin-zqw/messaging) [Commit 1](https://github.com/kevin-zqw/messaging/commit/a96af7c8d3c922db2b6617d061e2465ed5ecbbcc) 1. Remove all Kotlin codes 2. Set `java/MainActivity` to...

@argzdev @gsakakihara Thanks so much! Hope Firebase will fix this bug in the future. In the mean time, as @gsakakihara said, I have solved this issue in my App by...

You can subclass BMPlayerControlView and override prepareUI, add some code like below. ``` class BMCustomControlView: BMPlayerControlView { override func prepareUI(for resource: BMPlayerResource, selectedIndex index: Int) { super.prepareUI(for: resource, selectedIndex: index)...

@linjiansheng Thanks so much, that worked. Could you please explain it for us?

When iOS ATT is disabled, even if I log in using the regular mode, the Facebook SDK will fall back to limited mode and return an invalid token. Do you...