Jude Selase Kwashie
Jude Selase Kwashie
Hi @muzzah . I think this is the intended behaviour. Hot restart of your app does not reset the connection. Also, your app running in the background will not trigger...
Hi @muzzah . So sorry for the inconvenience. We will further investigate this issue
Hi @muzzah . What version of `firebase_database` was it working for previously?
Does it work as expected when you revert to these versions?
Hi @colbymaloy, could you link me the documentation you're referencing? In the meantime, you can have a look at this [example](https://github.com/firebase/flutterfire/blob/main/packages/firebase_ai/firebase_ai/example/lib/pages/audio_page.dart) which captures how you pass audio to a model.
@kevinthecheung Could we review and possibly update [this documentation](https://firebase.google.com/docs/ai-logic/live-api#audio-in-audio-out) in light of the concerns raised above? It appears some of the referenced methods do not exist.
Hi @steverichey, thanks for the report. I'm able to reproduce this with your sample project. I'll look into it.
Hi @nayeemtby , thanks for the report. I was able to reproduce this issue.
@Lyokone Reproducible code(`cloud_firestore` example app) ```dart enum MovieQuery { year, likesAsc, likesDesc, rated, sciFi, fantasy, likesGreaterThanOrEqual, likesGreaterThan, } extension on Query { /// Create a firebase query from a [MovieQuery]...
Hi @AaronMT, after going through the code, I noticed that this information is being captured in the `details` field of the `axes` object. In the case of crashes, the `details`...