Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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.


This repository contains a collection of samples showcasing some typical uses of [Cloud Functions for Firebase](https://firebase.google.com/features/functions).

Samples are available for **Node** (1st and 2nd gen) and **Python** (2nd gen).
Expand Down
Loading