From 9f930a0d98807242fb5d7fc9e1e17614169d25cd Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 15:10:05 +0000 Subject: [PATCH] docs: add Dart announcement to README 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> --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 61dc2ac07d..22bec6cf82 100644 --- a/README.md +++ b/README.md @@ -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). + 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).