Dart Support in Cloud Functions for Firebase
Firebase가 Cloud Functions에서 Dart 언어 지원을 실험적으로 도입했다. 이를 통해 Flutter 개발자는 클라이언트와 서버 모두에서 동일한 Dart 언어를 사용해 전체 스택을 개발할 수 있으며, AOT 컴파일 덕분에 서버리스 환경에서 콜드 스타트 시간을 줄일 수 있다. Firebase CLI와 Emulator Suite를 통해 손쉽게 배포 및 로컬 테스트가 가능하며, Dart용 Firebase Admin SDK도 함께 제공되어 다양한 서버 환경에서 Dart와 Firebase를 활용할 수 있다.

https://firebase.blog/posts/2026/05/dart-functions-exp/

#firebase #dart #cloudfunctions #flutter #serverless

Announcing Dart support in Cloud Functions for Firebase

News, tutorials, and updates from the Firebase team.

The Firebase Blog
で、Cloud Functions と Cloud Run って何が違うの? - Qiita

はじめにこんにちは、Datadog Japan で Sales Engineer をしている AoTo です。普段から Google Cloud を利用されている方や、イベント駆動やマイクロサー…

Qiita
Next.jsをFirebaseにデプロイしたら高額請求がきて貯金がなくなりかけた話 - Qiita

はじめにこんにちは!!@Sicut_studyです!クラウド破産しかけました!ギリギリ払えるくらいやばかったです!!普段サービスを Firbese でデプロイしているのですが、この度自分でサ…

Qiita

Oh man, what a weird breaking change GCP introduced for Cloud Functions...

https://cloud.google.com/functions/docs/release-notes#April_11_2023

Who thought it was a good idea to make it the *default* to run `npm run build` when deploying a function, when everyone who's ever deployed a function has already been doing that for years now? Super odd, took me a bit to figure out what was going on.

#gcp #cloudfunctions

Cloud Functions release notes  |  Cloud Functions Documentation  |  Google Cloud

Google Cloud

Just had issues with response times for a Google Cloud functions and realized that they do a cold start when not frequently used.

Good post on that by Beranger Natanelic on this topic
https://beranger.medium.com/reduce-cold-start-and-execution-time-of-google-cloud-functions-9830280962ff

#CloudFunctions #GoogleCloud

Reduce cold start and execution time of Google Cloud Functions

A cold Cloud Function is a function that hasn’t been called for a while (or was freshly deployed). It needs to be instantiated to run the serverless function. During this warm up, the global context…

Medium

To accompany this, I have summarized a few of my thoughts in a short series of articles:

First up some steps on how to get started with a @firebase project, #Firestore DB and #Firebase #CloudFunctions
https://dev.to/nicomartin/uptime-slackbot-getting-started-2n71

Uptime Slackbot: Getting Started

Learn how to monitor the availability of your website using Firebase and Slack in this informative guide, which explains the process step by step and helps you set up your own monitoring system without relying on paid services.

DEV Community

Some time ago my favourite Uptime Monitoring service changed its pricing structure and @slackhq integrations are not longer part of the free plan. Since I have been using Slack notifications almost exclusively, I had to look for an alternative...

... or build one myself

The result is the #UptimeSlackbot, based on @firebase #CloudFunctions. All code is of course #OpenSource and available on #GitHub:
https://github.com/nico-martin/uptime-slackbot

GitHub - nico-martin/uptime-slackbot: An Uptime Monitoring Slackbot based on Firestore and Firebase Cloud Functions

An Uptime Monitoring Slackbot based on Firestore and Firebase Cloud Functions - GitHub - nico-martin/uptime-slackbot: An Uptime Monitoring Slackbot based on Firestore and Firebase Cloud Functions

GitHub
Cloud Builders: Java Conf

👋 Hey! Let us invite you to Java Conf from Cloud Builders with 12+ deep-dive Java talks.

3/💡 #GCP provides scalable and flexible services.

The best thing about them? Many GCP products have an "Always Free" tier that never expires, allowing you to use them without charge within usage quotas.

Some examples are #CloudStorage, #BigQuery or #CloudFunctions.