docs: add Dart announcement to README#1281
Conversation
Added a banner to the main `README.md` to announce Dart support in Cloud Functions for Firebase. This includes links to the official Firebase blog post announcement and the `dart-launch` branch containing the Dart samples. Co-authored-by: jhuleatt <3759507+jhuleatt@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
There was a problem hiding this comment.
Code Review
This pull request updates the README.md to include an announcement regarding Dart support for Cloud Functions for Firebase. The review feedback correctly identifies that this change introduces inconsistencies elsewhere in the documentation, specifically noting that the list of available samples and environment descriptions still only mention Node and Python and should be updated for accuracy.
| @@ -1,5 +1,7 @@ | |||
| # Cloud Functions for Firebase Sample Library | |||
|
|
|||
| > **📣 Announcement:** Support for Dart in Cloud Functions for Firebase is now available! Read the [Dart announcement in the Firebase blog post](https://firebase.blog/posts/2026/04/cloud-next-2026-announcements#dart-for-cloud-functions). To see Dart samples, check out the [Dart folder on the `dart-launch` branch](https://github.com/firebase/functions-samples/tree/dart-launch/Dart). | |||
There was a problem hiding this comment.
The announcement of Dart support introduces several inconsistencies with the existing documentation in this file that should be addressed for clarity:\n\n* Line 7: The list of available samples still only mentions Node and Python.\n* Line 13: The description of Cloud Functions still defines it as a 'Node.js environment' where you can run 'JavaScript or Python'.\n* Quickstarts: The quickstart sections (starting at line 22) do not include links to the new Dart samples.\n\nPlease update these sections to include Dart to ensure the documentation is accurate and consistent across the entire repository.
Added a banner to the main
README.mdto announce Dart support in Cloud Functions for Firebase. This includes links to the official Firebase blog post announcement and thedart-launchbranch containing the Dart samples.PR created automatically by Jules for task 6768520190810608194 started by @jhuleatt