Andrew Reed

Results 72 comments of Andrew Reed
trafficstars

@youvita - i have tried to recreate the issue but because i dont have a physical android device on android 11, i cannot reproduce. The emulator doesnt crash but obviously...

Ble devices expose a characteristic called name, you must call this and then in your app, display the value of this characteristic.

No, as this is only an android thing and also this could have an impact on other users of the library. It is up to you, the consumer of the...

Sorry, you will have to do that yourself. The sudo is rather simple: Detect device, request characteristic of 'name', when you get the value then display. You could even extend...

Hi, @youvita - i have managed to get my hands on an old android device. I found that older versions of android require ACCESS_FINE_LOCATION permission in addition to the others....

Fork the repo and put a pr in for it.

>Since I'm launching with the VM scope, the collect and therefore the write will stop when I leave the view (assuming I'm not able to put it in a service...

You should be able to discover classic bluetooth devices and connect to them. The library is really just a wrapper of the pre-existing bluetooth services offered by the platforms. If...

actually i stand corrected, you are right. Currently the library doesnt support classic bluetooth, only BLE. Happy for you to write the code to support classic bluetooth though.

@pontomedon - You need to run ``` ./gradlew apiDump ``` https://github.com/pontomedon/firebase-kotlin-sdk/actions/runs/17046144917/job/48322367413 Then fix the errors, commit this and we will be able to merge in.