# Cloud Functions for Firebase Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/cloud-functions-for-firebase
> Markdown URL: https://aitinkerers.org/technologies/cloud-functions-for-firebase.md
> Technology record last updated: 2026-02-26T11:03:10Z
> Generated: 2026-09-21T06:42:17Z

A serverless framework that executes backend logic automatically in response to Firebase events and HTTPS requests.

Deploy Node.js or Python code directly to Google infrastructure without managing a single server. The platform scales automatically (handling spikes like a 10,000-user login surge) and triggers logic based on specific events: a new document in Cloud Firestore, a file upload to Cloud Storage, or a user deletion in Firebase Auth. You pay only for the 100ms execution increments you actually use. It is the standard way to handle heavy lifting like image processing, sending FCM notifications, or securing Stripe payment flows without exposing sensitive keys to the client.

- Official technology site: https://firebase.google.com/docs/functions
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Your Gaming PC, Humanity’s Cloud: A New Vision for AI Infrastructure](https://nyc.aitinkerers.org/talks/rsvp_vFB96_Hru3U)

I’ll be presenting a desktop platform that turns any gaming PC into an OpenAI-compatible GPU server. The goal is to make compute accessible, collaborative, and decentralized — allowing anyone to share their unused GPU power with friends, communities, or the public. The demo will walk through how the platform transforms a local GPU into an API-compatible endpoint, showing how it integrates with the OpenAI API format for seamless use with existing AI clients. I’ll cover the technical architecture, including GPU resource management, real-time job routing, and the underlying stack used for model execution. I’ll also demonstrate running an AI model locally, sharing it within a small peer group, and scaling it into a shared public pool — all with minimal setup. The presentation will emphasize how this approach can democratize AI compute and enable a community-powered alternative to centralized cloud infrastructure.

- Event context: The Future of AI Infrastructure (Ft. Oracle &amp; NVIDIA) — 2025-12-09 — New York City
- Public talk page: https://nyc.aitinkerers.org/talks/rsvp_vFB96_Hru3U

## Related Technologies

- [Firebase Realtime Database](https://aitinkerers.org/technologies/firebase-realtime-database) ([Markdown](https://aitinkerers.org/technologies/firebase-realtime-database.md)) — 1 public demo
- [Flutter](https://aitinkerers.org/technologies/flutter) ([Markdown](https://aitinkerers.org/technologies/flutter.md)) — 24 public demos
- [LM Studio](https://aitinkerers.org/technologies/lm-studio) ([Markdown](https://aitinkerers.org/technologies/lm-studio.md)) — 8 public demos
- [Ollama](https://aitinkerers.org/technologies/ollama) ([Markdown](https://aitinkerers.org/technologies/ollama.md)) — 77 public demos
