st merlhin
st merlhin
Any update ?
> incoming call comes but sometimes sound function doesn't work in android 13 is there any way to fix this? Maybe it's similar to #416 somehow.
@KartikShrivastava, does the latest version (`0.3.0-dev.19`) of the `flutterfire_cli` fix the issue for you ? Actually, it does not for me. I am using my own version of the cli...
Just pinging you @russellwheatley about this.
> > @KartikShrivastava, does the latest version (0.3.0-dev.19) of the flutterfire_cli fix the issue for you ? Actually, it does not for me. I am using my own version of...
This is curious. Are you sure you tried to parse this JSON? ``` { "status": "success", "result": [ { "projectId": "procject-id", "projectNumber": "2380", "displayName": "Display", "name": "projects/project-id", "resources": { "hostingSite":...
The other object is part of the response, this is why a format exception is thrown. The description I provided is the raw output of the CLI. It comes from...
A screen record which shows the whole process from installation to configuration of a project [Capture vidéo du 2024-03-12 20-14-30.webm](https://github.com/invertase/flutterfire_cli/assets/77164238/9cea9299-8cf8-4794-ad51-d4c61508ed02)
> Thank you for taking the time to put this together. The code looks good to me, I just have a nit on the documentation. Am very pleased to do...