Rebase main#18249
Conversation
chore: export setup complete
## Description _Replace this paragraph with a description of what this PR is doing. If you're modifying existing behavior, describe the existing behavior, how this PR is changing it, and what motivated the change._ ## Related Issues _Replace this paragraph with a list of issues related to this PR from the_ [_issue database](https://github.com/flutter/flutter/issues). Indicate, which of these issues are resolved or fixed by this PR. Note that you'll have to prefix the issue numbers with flutter/flutter#._ ## Checklist Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (`[x]`). This will ensure a smooth and quick review process. Updating the `pubspec.yaml` and changelogs is not required. - [ ] I read the [Contributor Guide](https://github.com/firebase/flutterfire/blob/main/CONTRIBUTING.md) and followed the process outlined there for submitting PRs. - [ ] My PR includes unit or integration tests for _all_ changed/updated/fixed behaviors (See [Contributor Guide](https://github.com/firebase/flutterfire/blob/main/CONTRIBUTING.md)). - [ ] All existing and new tests are passing. - [ ] I updated/added relevant documentation (doc comments with `///`). - [ ] The analyzer (`melos run analyze`) does not report any problems on my PR. - [ ] I read and followed the [Flutter Style Guide](https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo). - [ ] I signed the [CLA](https://cla.developers.google.com/). - [ ] I am willing to follow-up on review comments in a timely manner. ## Breaking Change Does your PR require plugin users to manually update their apps to accommodate your change? - [ ] Yes, this is a breaking change. - [ ] No, this is _not_ a breaking change. <!-- Links --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - New Features - Send mixed real-time inputs (audio, video, text) in a single request. - Optional activity start/end markers supported in real-time payloads. - Optional flag to signal end of an audio stream. - Real-time payloads now include activity metadata when provided. - Documentation - Updated guidance covering new real-time input options, activity markers, and audio stream end behavior. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
chore: export_ativity
feat: add metadata for live api
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize the Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counterproductive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. |
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Description
Replace this paragraph with a description of what this PR is doing. If you're modifying existing behavior, describe the existing behavior, how this PR is changing it, and what motivated the change.
Related Issues
Replace this paragraph with a list of issues related to this PR from the issue database. Indicate, which of these issues are resolved or fixed by this PR. Note that you'll have to prefix the issue numbers with flutter/flutter#.
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]).This will ensure a smooth and quick review process. Updating the
pubspec.yamland changelogs is not required.///).melos run analyze) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?