# realtime

Published articles for realtime.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Google introduces Gemini 3.8 Live and Gemini 3.8 Live Extended Thinking

DevFeed: [Google introduces Gemini 3.8 Live and Gemini 3.8 Live Extended Thinking](<https://devfeed.tech/articles/google-gemini-3-8-live-40886.md>)

Original publisher: [Read original article](<https://habr.com/ru/companies/selectel/news/1082998/>)

Author: techno\_mot (Selectel)

Published: 2026-09-16T13:40:43Z

Content type: news

Language: ru

Sources: [Tagir Valeev](<https://devfeed.tech/sources/tagir-valeev.md>)

Topics: [Google](<https://devfeed.tech/topics/google.md>), [speech-to-speech](<https://devfeed.tech/topics/speech-to-speech.md>), [Google AI](<https://devfeed.tech/topics/google-ai.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [api](<https://devfeed.tech/tags/api.md>), [audio](<https://devfeed.tech/tags/audio.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [google](<https://devfeed.tech/tags/google.md>), [llm](<https://devfeed.tech/tags/llm.md>), [realtime](<https://devfeed.tech/tags/realtime.md>), [selectel](<https://devfeed.tech/tags/selectel.md>), [speech-to-speech](<https://devfeed.tech/tags/speech-to-speech.md>), [synthid](<https://devfeed.tech/tags/synthid.md>), [tag-efc6fa45f1fe](<https://devfeed.tech/tags/tag-efc6fa45f1fe.md>), [voice](<https://devfeed.tech/tags/voice.md>)

### AI overview

Google introduced two native speech-to-speech models: Gemini 3.8 Live, focused on scale and cost, and Gemini 3.8 Live Extended Thinking, designed for multi-step tasks with reasoning during dialogue. The article discusses direct audio processing, asynchronous function calls, visual context, multilingual conversations, SynthID watermarking, pricing, and availability through the Gemini API and Google AI Studio.

### Source excerpt

15 сентября Google представила две нативные speech-to-speech модели, Gemini 3.8 Live и Gemini 3.8 Live Extended Thinking. Первая заточена под масштаб и цену, вторая -- под многошаговые задачи с рассуждением прямо в диалоге. Интереснее баллов то, что голосовые агенты наконец получили признаки продакшен-продукта. Асинхронные вызовы функций, предсказуемая цена, интеграции с тем, на чем такие системы реально собирают. Хочу напомнить, как это делалось раньше. Голосовой бот -- конвейер из трех сервисов. Распознавание речи, языковая модель и синтез. Задержки складываются, а вместе с текстом может потеряться все остальное -- интонация, скорость речи, эмоция, шум на фоне. Модель получает расшифровку и не знает, что собеседник злится. Проблемным было и перебивание. Пока распознавание не закрыло фразу, система вообще не понимает, что ее прервали. Нативная speech-to-speech модель работает с аудио напрямую и снимает оба ограничения разом. Читать далее

## Gemini 3.8 Live models now available on AI Gateway

DevFeed: [Gemini 3.8 Live models now available on AI Gateway](<https://devfeed.tech/articles/gemini-3-8-live-models-now-available-on-ai-gateway-26924.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/gemini-3-8-live-models-now-available-on-ai-gateway>)

Author: Jerilyn Zheng

Published: 2026-09-15T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [real-time](<https://devfeed.tech/topics/real-time.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [API](<https://devfeed.tech/topics/api.md>), [Google](<https://devfeed.tech/topics/google.md>), [WebSocket](<https://devfeed.tech/topics/websocket.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [api](<https://devfeed.tech/tags/api.md>), [cost](<https://devfeed.tech/tags/cost.md>), [failover](<https://devfeed.tech/tags/failover.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [google](<https://devfeed.tech/tags/google.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [realtime](<https://devfeed.tech/tags/realtime.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [websocket](<https://devfeed.tech/tags/websocket.md>)

### AI overview

Vercel announces that Google's Gemini 3.8 Live and Gemini 3.8 Live Extended Thinking models are available on AI Gateway. The models support real-time spoken interactions, audio and visual grounding, multilingual switching, background tool calls, and parallel reasoning through the AI SDK's realtime API.

### Source excerpt

Gemini 3.8 Live and Gemini 3.8 Live Extended Thinking from Google are now available on AI Gateway. Both models support real-time spoken interactions for voice assistants, conversational experiences, and applications that respond through audio. google/gemini-3.8-live supports real-time audio, visual grounding, automatic switching across 97 languages, and background tool calls while the conversation continues. google/gemini-3.8-live-extended-thinking adds multi-step reasoning that runs in parallel with speech, allowing it to acknowledge requests and narrate progress without interrupting the conversation. Use either model through the AI SDK's realtime API. Install the Gateway provider and a WebSocket client: Mint a short-lived token, open the WebSocket, and use the model adapter to serialize and parse realtime events: See the realtime quickstart for more details on realtime events and WebSocket connections. Try Gemini 3.8 Live or Gemini 3.8 Live Extended Thinking in the model playground. AI Gateway provides a unified API for calling models, tracking usage and cost, and configuring retries, failover, and performance optimizations for higher-than-provider uptime. Read more

## Logarithmic auto-scaling for Laravel Horizon

DevFeed: [Logarithmic auto-scaling for Laravel Horizon](<https://devfeed.tech/articles/logarithmic-auto-scaling-for-laravel-horizon-33304.md>)

Original publisher: [Read original article](<https://freek.dev/3191-logarithmic-auto-scaling-for-laravel-horizon>)

Author: Freek Van der Herten (freek@spatie.be)

Published: 2026-09-12T12:30:30Z

Content type: article

Language: en

Sources: [freek.dev - all blogposts](<https://devfeed.tech/sources/freek-dev-all-blogposts.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [realtime](<https://devfeed.tech/topics/realtime.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [horizon](<https://devfeed.tech/tags/horizon.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [performance](<https://devfeed.tech/tags/performance.md>), [queues](<https://devfeed.tech/tags/queues.md>), [realtime](<https://devfeed.tech/tags/realtime.md>), [scaling](<https://devfeed.tech/tags/scaling.md>)

### AI overview

This article explains how logarithmic auto-scaling can be added to Laravel Horizon. Log-based weighting helps prevent large queue spikes from starving smaller realtime queues while still allocating enough workers to large backlogs.

### Source excerpt

A thoughtful write-up on adding logarithmic auto-scaling to Laravel Horizon. It shows how log-based weighting keeps huge queue spikes from starving smaller realtime queues while still giving large backlogs enough workers. Read more

## Native databases vs Appwrite databases: which one should you pick?

DevFeed: [Native databases vs Appwrite databases: which one should you pick?](<https://devfeed.tech/articles/native-databases-vs-appwrite-databases-which-one-should-you-pick-16496.md>)

Original publisher: [Read original article](<https://appwrite.io/blog/post/native-databases-vs-appwrite-databases>)

Author: Atharva Deosthale

Published: 2026-09-01T00:00:00Z

Content type: tutorial

Language: en

Sources: [Appwrite Blog](<https://devfeed.tech/sources/appwrite-blog.md>)

Topics: [Appwrite](<https://devfeed.tech/topics/appwrite.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [MySQL](<https://devfeed.tech/topics/mysql.md>), [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [backend](<https://devfeed.tech/tags/backend.md>), [comparisons](<https://devfeed.tech/tags/comparisons.md>), [databases](<https://devfeed.tech/tags/databases.md>), [guide](<https://devfeed.tech/tags/guide.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [orm](<https://devfeed.tech/tags/orm.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [realtime](<https://devfeed.tech/tags/realtime.md>), [transactions](<https://devfeed.tech/tags/transactions.md>)

### AI overview

This guide compares Appwrite's managed TablesDB, DocumentsDB, and VectorsDB with native PostgreSQL and MySQL databases. It explains the trade-off between Appwrite's SDK-based permissions, realtime events, functions, and other platform features and the direct SQL access available through native database drivers or ORMs.

### Source excerpt

Appwrite offers two kinds of databases. This guide explains how TablesDB, DocumentsDB, and VectorsDB differ from native PostgreSQL and MySQL, and how to choose between them for your project.

## How Yandex combined image and document text signals for image-search ranking

DevFeed: [How Yandex combined image and document text signals for image-search ranking](<https://devfeed.tech/articles/article-24877.md>)

Original publisher: [Read original article](<https://habr.com/ru/companies/yandex/articles/1066946/>)

Author: nikolaevkona (Яндекс)

Published: 2026-08-10T08:00:19Z

Content type: tutorial

Language: ru

Sources: [Яндекс - Как мы делаем Яндекс / Статьи](<https://devfeed.tech/sources/source.md>)

Topics: [яндекс](<https://devfeed.tech/topics/tag-4004cf5948d3.md>), [vlm](<https://devfeed.tech/topics/vlm.md>), [Image](<https://devfeed.tech/topics/image.md>), [realtime](<https://devfeed.tech/topics/realtime.md>)

Tags: [image](<https://devfeed.tech/tags/image.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [ml](<https://devfeed.tech/tags/ml.md>), [realtime](<https://devfeed.tech/tags/realtime.md>), [tag-4004cf5948d3](<https://devfeed.tech/tags/tag-4004cf5948d3.md>), [tag-8be2dbf54d97](<https://devfeed.tech/tags/tag-8be2dbf54d97.md>), [vlm](<https://devfeed.tech/tags/vlm.md>), [yandex-e983188bc433](<https://devfeed.tech/tags/yandex-e983188bc433.md>)

### AI overview

Yandex describes using multimodal vision-language models to jointly assess an image and its associated document text for image-search ranking. The team distilled a larger model into lighter models for different pipeline stages and reports deployment in real-time search.

### Source excerpt

Исторически в Яндекс Картинках релевантность документа оценивалась по двум сигналам: насколько запросу подходит само изображение и насколько -- текст, связанный с этим изображением. Такой подход позволяет учесть контент картинки и не провалиться на визуально трудноотличимых объектах, однако он же порождает проблему: в "серой зоне", когда текстовая релевантность не сонаправлена с картиночной, становится неочевидно, как именно агрегировать сигналы в финальный скор релевантности. Привет! Я Константин Николаев, занимаюсь внедрением нейротехнологий в Поиске по картинкам. В этой статье я расскажу, как наша команда научила модели смотреть на картинку и читать текст документа одновременно: начали с тяжёлой мультимодальной VLM ради максимального качества, а затем дистиллировали её в набор лёгких моделей -- по одной под каждую стадию пайплайна. Что из этого удалось довести до realtime-поиска с десятками тысяч запросов в секунду и как совместный анализ двух модальностей добавил 5% релевантных картинок в топ выдачи -- под катом. Читать далее

## Realtime PostgreSQL: From Data Connect to SQL Connect

DevFeed: [Realtime PostgreSQL: From Data Connect to SQL Connect](<https://devfeed.tech/articles/realtime-postgresql-from-data-connect-to-sql-connect-16662.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2026/04/whats-new-sql-connect>)

Author: Cynthia Wang

Published: 2026-04-29T00:00:00Z

Content type: news

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [Firebase](<https://devfeed.tech/topics/firebase.md>), [GraphQL](<https://devfeed.tech/topics/graphql.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [reactive](<https://devfeed.tech/topics/reactive.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [admin-sdk](<https://devfeed.tech/tags/admin-sdk.md>), [caching](<https://devfeed.tech/tags/caching.md>), [cloud-functions](<https://devfeed.tech/tags/cloud-functions.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [full-text-search](<https://devfeed.tech/tags/full-text-search.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [realtime](<https://devfeed.tech/tags/realtime.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [sql](<https://devfeed.tech/tags/sql.md>), [sql-connect](<https://devfeed.tech/tags/sql-connect.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

Firebase announces that Firebase Data Connect is becoming Firebase SQL Connect, with a renewed focus on PostgreSQL and expanded SQL capabilities. The update includes Realtime Query Updates, Offline Caching, raw SQL alongside GraphQL, and lower-friction access for prototypes and testing.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Introducing Supabase for Platforms

DevFeed: [Introducing Supabase for Platforms](<https://devfeed.tech/articles/introducing-supabase-for-platforms-411.md>)

Original publisher: [Read original article](<https://supabase.com/blog/introducing-supabase-for-platforms>)

Author: Wen Bo Xie

Published: 2025-12-05T07:00:00Z

Content type: article

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [API](<https://devfeed.tech/topics/api.md>), [Database](<https://devfeed.tech/topics/database.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [OAuth](<https://devfeed.tech/topics/oauth.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [agentic-coding](<https://devfeed.tech/tags/agentic-coding.md>), [ai](<https://devfeed.tech/tags/ai.md>), [api](<https://devfeed.tech/tags/api.md>), [auth](<https://devfeed.tech/tags/auth.md>), [backend](<https://devfeed.tech/tags/backend.md>), [database](<https://devfeed.tech/tags/database.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [oauth](<https://devfeed.tech/tags/oauth.md>), [platforms](<https://devfeed.tech/tags/platforms.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [provisioning](<https://devfeed.tech/tags/provisioning.md>), [realtime](<https://devfeed.tech/tags/realtime.md>)

### AI overview

Supabase for Platforms is a white-label offering that enables platforms to provision and manage fully managed Supabase backends for their users. It provides the full Supabase stack, including Postgres databases, Auth, Edge Functions, Storage, and Realtime, with management through the Management API or a remote MCP Server.

### Source excerpt

Use Supabase as a platform for your own business and tools

## Shipping an L1 zkEVM #1: Realtime Proving

DevFeed: [Shipping an L1 zkEVM #1: Realtime Proving](<https://devfeed.tech/articles/shipping-an-l1-zkevm-1-realtime-proving-17171.md>)

Original publisher: [Read original article](<https://blog.ethereum.org/en/2025/07/10/realtime-proving>)

Author: Sophia Gold

Published: 2025-07-10T00:00:00Z

Content type: article

Language: en

Sources: [Ethereum Foundation Blog](<https://devfeed.tech/sources/ethereum-foundation-blog.md>)

Topics: [Ethereum](<https://devfeed.tech/topics/ethereum.md>), [realtime](<https://devfeed.tech/topics/realtime.md>), [Formal verification](<https://devfeed.tech/topics/formal-verification.md>)

Tags: [ethereum](<https://devfeed.tech/tags/ethereum.md>), [formal-verification](<https://devfeed.tech/tags/formal-verification.md>), [realtime](<https://devfeed.tech/tags/realtime.md>), [research-development](<https://devfeed.tech/tags/research-development.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

Ethereum proposes a phased path toward an L1 zkEVM in which validators can verify multiple zkVM-generated execution proofs instead of re-executing execution payloads. The proposal defines realtime-proving targets for zkVM teams and anticipates gradual validator adoption as production security is demonstrated.

### Source excerpt

Thanks to Kevaundray Wedderburn, Alex Stokes, Tim Beiko, Mary Maller, Alexander Hicks, George Kadianakis, Dankrad Feist, and Justin Drake for feedback and review. Ethereum is going all in on ZK. Eventually we expect to migrate to using ZK proofs at all levels of the stack, from consensus layer signature...

## Rock and Rollback: Realtime multiplayer in the browser, with rust and bevy

DevFeed: [Rock and Rollback: Realtime multiplayer in the browser, with rust and bevy](<https://devfeed.tech/articles/rock-and-rollback-realtime-multiplayer-in-the-browser-with-rust-and-bevy-25823.md>)

Original publisher: [Read original article](<https://www.metabrew.com/article/rock-and-rollback-realtime-multiplayer-games-with-bevy>)

Author: {"image"=\>"rj-headshot.jpg", "greetings"=\>nil}

Published: 2024-12-08T06:00:00Z

Content type: tutorial

Language: en

Sources: [Richard Jones](<https://devfeed.tech/sources/richard-jones.md>)

Topics: [browser](<https://devfeed.tech/topics/browser.md>), [browser-game](<https://devfeed.tech/topics/browser-game.md>), [realtime](<https://devfeed.tech/topics/realtime.md>), [Bevy](<https://devfeed.tech/topics/bevy.md>), [Rust](<https://devfeed.tech/topics/rust.md>), [QUIC](<https://devfeed.tech/topics/quic.md>), [WebRTC](<https://devfeed.tech/topics/webrtc.md>), [HTTP](<https://devfeed.tech/topics/http.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>)

Tags: [bevy](<https://devfeed.tech/tags/bevy.md>), [bevygap](<https://devfeed.tech/tags/bevygap.md>), [browser](<https://devfeed.tech/tags/browser.md>), [gamedev](<https://devfeed.tech/tags/gamedev.md>), [http-3](<https://devfeed.tech/tags/http-3.md>), [multiplayer](<https://devfeed.tech/tags/multiplayer.md>), [netcode](<https://devfeed.tech/tags/netcode.md>), [quic](<https://devfeed.tech/tags/quic.md>), [realtime](<https://devfeed.tech/tags/realtime.md>), [rust](<https://devfeed.tech/tags/rust.md>), [snapshots](<https://devfeed.tech/tags/snapshots.md>), [udp](<https://devfeed.tech/tags/udp.md>), [webrtc](<https://devfeed.tech/tags/webrtc.md>)

### AI overview

This article discusses building a realtime multiplayer browser game with Rust and Bevy. It explains why TCP can delay updates, considers WebRTC and WebTransport over HTTP/3 and QUIC for unreliable data channels, and introduces snapshot interpolation as a multiplayer networking model.

### Source excerpt

How hard it is to build a realtime multiplayer browser game? Like asteroids, but multiplayer. Retro vibes with modern netcode 🚀.

## Top 10 Launches of Launch Week 13

DevFeed: [Top 10 Launches of Launch Week 13](<https://devfeed.tech/articles/top-10-launches-of-launch-week-13-420.md>)

Original publisher: [Read original article](<https://supabase.com/blog/launch-week-13-top-10>)

Author: Paul Copplestone

Published: 2024-12-06T07:00:00Z

Content type: release

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [Database](<https://devfeed.tech/topics/database.md>), [WebSocket](<https://devfeed.tech/topics/websocket.md>), [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [features](<https://devfeed.tech/tags/features.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [launch](<https://devfeed.tech/tags/launch.md>), [queue](<https://devfeed.tech/tags/queue.md>), [realtime](<https://devfeed.tech/tags/realtime.md>), [resiliency](<https://devfeed.tech/tags/resiliency.md>), [scalability](<https://devfeed.tech/tags/scalability.md>)

### AI overview

Supabase highlights the top 10 launches from Launch Week 13, including Supabase Cron, an upgraded AI Assistant, Edge Functions features, CLI v2 configuration as code, high-performance disks, project restoration from backups, database.build updates, Oriole Beta7, Supabase Queues, and a coordinated launch with other developer tools.

### Source excerpt

Highlights from Launch Week 13

## Design an Ad Click Aggregator

DevFeed: [Design an Ad Click Aggregator](<https://devfeed.tech/articles/design-an-ad-click-aggregator-32312.md>)

Original publisher: [Read original article](<https://evanking1.medium.com/design-an-ad-click-aggregator-53c4da56c264?source=rss-9736778727ef------2>)

Author: Evan King

Published: 2024-12-04T04:20:50Z

Content type: tutorial

Language: en

Sources: [Evan King](<https://devfeed.tech/sources/evan-king.md>)

Topics: [data-processing](<https://devfeed.tech/topics/data-processing.md>), [Requirements](<https://devfeed.tech/topics/requirements.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [realtime](<https://devfeed.tech/topics/realtime.md>), [Database](<https://devfeed.tech/topics/database.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [data-processing](<https://devfeed.tech/tags/data-processing.md>), [database](<https://devfeed.tech/tags/database.md>), [latency](<https://devfeed.tech/tags/latency.md>), [performance](<https://devfeed.tech/tags/performance.md>), [query](<https://devfeed.tech/tags/query.md>), [realtime](<https://devfeed.tech/tags/realtime.md>), [requirements](<https://devfeed.tech/tags/requirements.md>), [scale](<https://devfeed.tech/tags/scale.md>)

### AI overview

A tutorial on designing an ad click aggregator. It defines functional and non-functional requirements, including advertiser metric queries, scalability, low-latency analytics, fault-tolerant and accurate collection, near-real-time availability, and idempotent click tracking.

### Source excerpt

By a former Meta Staff engineer and Co-founder of hellointerview.comFinal DesignUnderstanding the Problem🖱 What is an Ad Click Aggregator An Ad Click Aggregator is a system that collects and aggregates data on ad clicks. It is used by advertisers to track the performance of their ads and optimize their campaigns. For our purposes, we will assume these are ads displayed on a website or app, like Facebook.Functional Requirements Core Requirements Users can click on an ad and be redirected to the advertiser's website Advertisers can query ad click metrics over time with a minimum granularity of 1 minute Below the line (out of scope): Ad targeting Ad serving Cross device tracking Integration with offline marketing channels Non-Functional Requirements Before we jump into our non-functional requirements, it's important to ask your interviewer about the scale of the system. For this design in particular, the scale will have a large impact on the database design and the overall architecture. We are going to design for a system that has 10M active ads and a peak of 10k clicks per second. The total number of clicks per day will be around 100M. With that in mind, let's document the non-functional requirements: Core Requirements Scalable to support a peak of 10k clicks per second Low latency analytics queries for advertisers (sub-second response time) Fault tolerant and accurate data collection. We should not lose any click data. As realtime as possible. Advertisers should be able to query data as soon as possible after the click. Idempotent click tracking. We should not count the same click multiple times. Below the line (out of scope): Fraud or spam detection Demographic and geo profiling of users Conversion tracking Here's how it might look on your whiteboard: The Set UpPlanning the Approach For this question, which is less of a user-facing product and more focused on data processing, we're going to follow the delivery framework outlined here, focusing on the system interfa

## Local-first Realtime Apps with Expo and Legend-State

DevFeed: [Local-first Realtime Apps with Expo and Legend-State](<https://devfeed.tech/articles/local-first-realtime-apps-with-expo-and-legend-state-440.md>)

Original publisher: [Read original article](<https://supabase.com/blog/local-first-expo-legend-state>)

Author: Jay Meistrich; Thor Schaeff

Published: 2024-09-23T07:00:00Z

Content type: tutorial

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Local-First](<https://devfeed.tech/topics/local-first.md>), [Expo](<https://devfeed.tech/topics/expo.md>), [React Native](<https://devfeed.tech/topics/react-native.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [Persistence](<https://devfeed.tech/topics/persistence.md>), [Database](<https://devfeed.tech/topics/database.md>), [Web](<https://devfeed.tech/topics/web.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [data](<https://devfeed.tech/tags/data.md>), [database](<https://devfeed.tech/tags/database.md>), [local-first](<https://devfeed.tech/tags/local-first.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [multiplayer](<https://devfeed.tech/tags/multiplayer.md>), [offline](<https://devfeed.tech/tags/offline.md>), [persistence](<https://devfeed.tech/tags/persistence.md>), [realtime](<https://devfeed.tech/tags/realtime.md>), [sync](<https://devfeed.tech/tags/sync.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

A tutorial on building local-first realtime web and mobile apps with Expo, React Native, Legend-State, and Supabase. It explains offline data access, local persistence, automatic synchronization across devices, and the project dependencies needed to create a new Expo app.

### Source excerpt

Build local-first realtime web and mobile apps with Expo, Legend-State, and Supabase.

## Supabase + Vercel Partnership

DevFeed: [Supabase + Vercel Partnership](<https://devfeed.tech/articles/supabase-vercel-partnership-684.md>)

Original publisher: [Read original article](<https://supabase.com/blog/supabase-vercel-partnership>)

Author: Kamil Ogórek; Jonny Summers-Muir

Published: 2024-08-28T07:00:00Z

Content type: article

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Front end](<https://devfeed.tech/topics/frontend.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [auth](<https://devfeed.tech/tags/auth.md>), [aws](<https://devfeed.tech/tags/aws.md>), [database](<https://devfeed.tech/tags/database.md>), [frontend](<https://devfeed.tech/tags/frontend.md>), [github](<https://devfeed.tech/tags/github.md>), [integrations](<https://devfeed.tech/tags/integrations.md>), [latency](<https://devfeed.tech/tags/latency.md>), [partnership](<https://devfeed.tech/tags/partnership.md>), [realtime](<https://devfeed.tech/tags/realtime.md>), [storage](<https://devfeed.tech/tags/storage.md>), [vector-search](<https://devfeed.tech/tags/vector-search.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Supabase and Vercel announced a first-party integration that lets users create and manage Supabase services from the Vercel dashboard. The integration supports Postgres databases, automatic credential injection, unified billing, templates, and access to Supabase features such as Auth, vector capabilities, file storage, Realtime, and Edge Functions.

### Source excerpt

Vercel just added official First-Party Integrations. We're one of them.

## Postgres Realtime location sharing with MapLibre

DevFeed: [Postgres Realtime location sharing with MapLibre](<https://devfeed.tech/articles/postgres-realtime-location-sharing-with-maplibre-510.md>)

Original publisher: [Read original article](<https://supabase.com/blog/postgres-realtime-location-sharing-with-maplibre>)

Author: Thor Schaeff

Published: 2024-07-04T07:00:00Z

Content type: tutorial

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [React](<https://devfeed.tech/topics/react.md>), [Remote Procedure Call (RPC)](<https://devfeed.tech/topics/rpc.md>), [API](<https://devfeed.tech/topics/api.md>), [data](<https://devfeed.tech/topics/data.md>), [Database](<https://devfeed.tech/topics/database.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [build](<https://devfeed.tech/tags/build.md>), [capture](<https://devfeed.tech/tags/capture.md>), [code](<https://devfeed.tech/tags/code.md>), [function](<https://devfeed.tech/tags/function.md>), [getting-started](<https://devfeed.tech/tags/getting-started.md>), [guide](<https://devfeed.tech/tags/guide.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [js](<https://devfeed.tech/tags/js.md>), [map](<https://devfeed.tech/tags/map.md>), [migrations](<https://devfeed.tech/tags/migrations.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [react](<https://devfeed.tech/tags/react.md>), [realtime](<https://devfeed.tech/tags/realtime.md>), [remote](<https://devfeed.tech/tags/remote.md>), [rpc](<https://devfeed.tech/tags/rpc.md>), [state](<https://devfeed.tech/tags/state.md>), [subscription](<https://devfeed.tech/tags/subscription.md>), [telegram](<https://devfeed.tech/tags/telegram.md>)

### AI overview

This tutorial shows how to build live location sharing with Supabase, Postgres, Supabase Realtime, a Telegram Bot, and MapLibre GL JS in React. It covers capturing location data in a Supabase Edge Function, inserting it through an RPC, subscribing to database changes, and displaying updated markers on a map.

### Source excerpt

Use Supabase Realtime to draw live location data onto the map with MapLibre GL JS.

## Vercel uses Tinybird to help developers ship code faster

DevFeed: [Vercel uses Tinybird to help developers ship code faster](<https://devfeed.tech/articles/vercel-uses-tinybird-to-help-developers-ship-code-faster-18740.md>)

Original publisher: [Read original article](<https://www.tinybird.co/blog/vercel-relies-on-tinybird-to-power-their-realtime-user-facing-analytics>)

Author: Tinybird

Published: 2024-06-20T00:00:00Z

Content type: article

Language: en

Sources: [Tinybird](<https://devfeed.tech/sources/tinybird.md>)

Topics: [Vercel](<https://devfeed.tech/topics/vercel.md>), [User Experience](<https://devfeed.tech/topics/user-experience.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [applications](<https://devfeed.tech/tags/applications.md>), [code](<https://devfeed.tech/tags/code.md>), [customer-stories](<https://devfeed.tech/tags/customer-stories.md>), [customers](<https://devfeed.tech/tags/customers.md>), [developers](<https://devfeed.tech/tags/developers.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [realtime](<https://devfeed.tech/tags/realtime.md>), [user-experience](<https://devfeed.tech/tags/user-experience.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Vercel uses Tinybird to help developers ship code faster. Its customers can view realtime usage metrics for their applications, helping them accelerate releases that improve user experience.

### Source excerpt

Vercel's customers see usage metrics for their applications in realtime, so they can accelerate releases that boost their user experience.

## The open source Kahoot alternative

DevFeed: [The open source Kahoot alternative](<https://devfeed.tech/articles/the-open-source-kahoot-alternative-451.md>)

Original publisher: [Read original article](<https://supabase.com/blog/meetup-kahoot-alternative>)

Author: Tyler Shukert

Published: 2024-05-09T07:00:00Z

Content type: tutorial

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Database](<https://devfeed.tech/topics/database.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [QR Code](<https://devfeed.tech/topics/qrcode.md>)

Tags: [app](<https://devfeed.tech/tags/app.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [building](<https://devfeed.tech/tags/building.md>), [code](<https://devfeed.tech/tags/code.md>), [database](<https://devfeed.tech/tags/database.md>), [github](<https://devfeed.tech/tags/github.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [qr-code](<https://devfeed.tech/tags/qr-code.md>), [realtime](<https://devfeed.tech/tags/realtime.md>), [security](<https://devfeed.tech/tags/security.md>), [server-side-rendering](<https://devfeed.tech/tags/server-side-rendering.md>)

### AI overview

A guide to building an open-source Kahoot alternative for Supabase community meetups. The Next.js app uses Supabase authentication, database, and realtime features to support hosts and players, including anonymous sign-in, row-level security, QR-code entry, quizzes, scoring, and leaderboards.

### Source excerpt

How we built a Kahoot alternative for the Supabase community meetups.

## pg\_crdt - an experimental CRDT extension for Postgres

DevFeed: [pg\_crdt - an experimental CRDT extension for Postgres](<https://devfeed.tech/articles/pg-crdt-an-experimental-crdt-extension-for-postgres-499.md>)

Original publisher: [Read original article](<https://supabase.com/blog/postgres-crdt>)

Author: Paul Copplestone

Published: 2022-12-10T07:00:00Z

Content type: article

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [Data structures](<https://devfeed.tech/topics/data-structures.md>), [Back end](<https://devfeed.tech/topics/backend.md>)

Tags: [experimental](<https://devfeed.tech/tags/experimental.md>), [extension](<https://devfeed.tech/tags/extension.md>), [multiplayer](<https://devfeed.tech/tags/multiplayer.md>), [offline](<https://devfeed.tech/tags/offline.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [realtime](<https://devfeed.tech/tags/realtime.md>), [server](<https://devfeed.tech/tags/server.md>), [sync](<https://devfeed.tech/tags/sync.md>)

### AI overview

Supabase introduces pg_crdt, an experimental Postgres extension for conflict-free replicated data types. The article explains how CRDTs merge concurrent updates consistently, supporting collaborative applications and potential offline synchronization.

### Source excerpt

Embedding Yjs and Automerge into Postgres for collaborative applications.

## Introducing COUNT, TTLs, and better scaling in Firestore

DevFeed: [Introducing COUNT, TTLs, and better scaling in Firestore](<https://devfeed.tech/articles/introducing-count-ttls-and-better-scaling-in-firestore-16499.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2022/12/introducing-firestore-count-ttl-scale>)

Author: Rafi Khan; David East

Published: 2022-12-08T00:00:00Z

Content type: release

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firestore](<https://devfeed.tech/topics/firestore.md>), [Database](<https://devfeed.tech/topics/database.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [collection-group-queries](<https://devfeed.tech/tags/collection-group-queries.md>), [database](<https://devfeed.tech/tags/database.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firestore](<https://devfeed.tech/tags/firestore.md>), [launch](<https://devfeed.tech/tags/launch.md>), [new-features](<https://devfeed.tech/tags/new-features.md>), [offline](<https://devfeed.tech/tags/offline.md>), [realtime](<https://devfeed.tech/tags/realtime.md>)

### AI overview

This release introduces Firestore count aggregation queries, improved scaling capabilities, and time-to-live policies for automatically deleting documents. Count aggregation is available in the Web, Android, iOS, and Node.js SDKs, including collection group queries, but is server-only and still in Preview.

### Source excerpt

Yes. Count is here!

## supabase-flutter v1 Released

DevFeed: [supabase-flutter v1 Released](<https://devfeed.tech/articles/supabase-flutter-v1-released-626.md>)

Original publisher: [Read original article](<https://supabase.com/blog/supabase-flutter-sdk-v1-released>)

Author: Tyler Shukert

Published: 2022-10-21T07:00:00Z

Content type: release

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Flutter](<https://devfeed.tech/topics/flutter.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>), [SDK](<https://devfeed.tech/topics/sdk.md>), [Developer experience](<https://devfeed.tech/topics/developer-experience.md>), [Low Latency](<https://devfeed.tech/topics/low-latency.md>)

Tags: [announce](<https://devfeed.tech/tags/announce.md>), [apis](<https://devfeed.tech/tags/apis.md>), [developer-experience](<https://devfeed.tech/tags/developer-experience.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [flutter](<https://devfeed.tech/tags/flutter.md>), [migration](<https://devfeed.tech/tags/migration.md>), [realtime](<https://devfeed.tech/tags/realtime.md>), [release](<https://devfeed.tech/tags/release.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [updates](<https://devfeed.tech/tags/updates.md>), [v1](<https://devfeed.tech/tags/v1.md>)

### AI overview

supabase-flutter v1 is the stable release of the Supabase Flutter SDK. It introduces more intuitive APIs, less boilerplate, improved authentication methods, and first-class support for Realtime Multiplayer features such as broadcast and presence.

### Source excerpt

We've released supabase-flutter v1. More intuitive way of accessing Supabase from your Flutter application.

## We launched an open source ClickHouse® Knowledge Base

DevFeed: [We launched an open source ClickHouse® Knowledge Base](<https://devfeed.tech/articles/we-launched-an-open-source-clickhouse-knowledge-base-18744.md>)

Original publisher: [Read original article](<https://www.tinybird.co/blog/we-launched-an-open-source-clickhouse-knowledge-base>)

Author: Tinybird

Published: 2022-10-11T00:00:00Z

Content type: release

Language: en

Sources: [Tinybird](<https://devfeed.tech/sources/tinybird.md>)

Topics: [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [analytics](<https://devfeed.tech/tags/analytics.md>), [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [community](<https://devfeed.tech/tags/community.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [realtime](<https://devfeed.tech/tags/realtime.md>), [tinybird-news](<https://devfeed.tech/tags/tinybird-news.md>)

### AI overview

The article announces the launch of an open-source ClickHouse knowledge base intended to help the community use ClickHouse for real-time analytics.

### Source excerpt

ClickHouse® is an incredible database. We want to help our community learn how to better use it for realtime analytics.

## Improved Galileo Time to First Fix

DevFeed: [Improved Galileo Time to First Fix](<https://devfeed.tech/articles/improved-galileo-time-to-first-fix-36450.md>)

Original publisher: [Read original article](<https://berthub.eu/articles/posts/improved-galileo-fix-time/>)

Published: 2022-09-07T10:47:39Z

Content type: article

Language: en

Sources: [Bert Hubert's writings](<https://devfeed.tech/sources/bert-hubert-s-writings.md>)

Topics: [navigation](<https://devfeed.tech/topics/navigation.md>), [realtime](<https://devfeed.tech/topics/realtime.md>), [Resilience](<https://devfeed.tech/topics/resilience.md>), [communications](<https://devfeed.tech/topics/communications.md>)

Tags: [cloud](<https://devfeed.tech/tags/cloud.md>), [communications](<https://devfeed.tech/tags/communications.md>), [devices](<https://devfeed.tech/tags/devices.md>), [gnss](<https://devfeed.tech/tags/gnss.md>), [gps](<https://devfeed.tech/tags/gps.md>), [navigation](<https://devfeed.tech/tags/navigation.md>), [realtime](<https://devfeed.tech/tags/realtime.md>), [resilience](<https://devfeed.tech/tags/resilience.md>)

### AI overview

This article explains how new Galileo features can help supported devices obtain a position and time fix faster and more robustly. The features are especially useful for unconnected devices, can improve resilience during communication disruptions, and may speed time synchronization on connected devices.

### Source excerpt

In the world of Global Navigation Satellite Systems (GNSS), change tends to happen very slowly and cautiously. It is therefore quite exciting how many new features Galileo, the "European GPS" has been rolling out lately. Earlier I wrote a little bit about the High Accuracy Service (HAS), whereby the Galileo satellites themselves provide properly equipped receivers (not your phone) with near-realtime updates that can be used to achieve very good accuracy.

## Supabase Beta June 2022

DevFeed: [Supabase Beta June 2022](<https://devfeed.tech/articles/supabase-beta-june-2022-314.md>)

Original publisher: [Read original article](<https://supabase.com/blog/beta-update-june-2022>)

Author: Ant Wilson

Published: 2022-07-06T07:00:00Z

Content type: article

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [Next.js](<https://devfeed.tech/topics/next-js.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [React](<https://devfeed.tech/topics/react.md>), [migration](<https://devfeed.tech/topics/migration.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [auth](<https://devfeed.tech/tags/auth.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [blog](<https://devfeed.tech/tags/blog.md>), [cli](<https://devfeed.tech/tags/cli.md>), [migration](<https://devfeed.tech/tags/migration.md>), [new-feature](<https://devfeed.tech/tags/new-feature.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [react](<https://devfeed.tech/tags/react.md>), [realtime](<https://devfeed.tech/tags/realtime.md>)

### AI overview

Supabase's June 2022 beta update covers revamped Auth Helpers packages for Next.js and React, migration guidance, unlimited free projects, project creation through the Supabase CLI, and a table-editor option for enabling realtime. It also announces infrastructure migration, PostgreSQL error propagation, JWT claims support, audit-log IP addresses, password generation, and development livestreams.

### Source excerpt

Auth Helpers, Unlimited Free Projects, CLI and more...

## Realtime Postgres RLS now available on Supabase

DevFeed: [Realtime Postgres RLS now available on Supabase](<https://devfeed.tech/articles/realtime-postgres-rls-now-available-on-supabase-538.md>)

Original publisher: [Read original article](<https://supabase.com/blog/realtime-row-level-security-in-postgresql>)

Author: Oliver Rice

Published: 2021-12-01T07:00:00Z

Content type: release

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [Security](<https://devfeed.tech/topics/security.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [Replication](<https://devfeed.tech/topics/replication.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [authorization](<https://devfeed.tech/tags/authorization.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [realtime](<https://devfeed.tech/tags/realtime.md>), [replication](<https://devfeed.tech/tags/replication.md>), [security](<https://devfeed.tech/tags/security.md>), [sql](<https://devfeed.tech/tags/sql.md>), [websocket](<https://devfeed.tech/tags/websocket.md>)

### AI overview

Supabase announces that Realtime now applies PostgreSQL Row Level Security policies when broadcasting database changes to authenticated clients over WebSockets.

### Source excerpt

Realtime database changes are now broadcast to authenticated users, respecting the same PostgreSQL policies that you use for Row Level Security.

## Measuring Realtime Database performance with Firebase Performance Monitoring

DevFeed: [Measuring Realtime Database performance with Firebase Performance Monitoring](<https://devfeed.tech/articles/measuring-realtime-database-performance-with-firebase-performance-monitoring-16380.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2021/03/rtdb-performance-monitoring>)

Author: Sam Stern

Published: 2021-03-12T00:00:00Z

Content type: tutorial

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Realtime Database](<https://devfeed.tech/topics/realtime-database.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [real user monitoring](<https://devfeed.tech/topics/real-user-monitoring.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [SDK](<https://devfeed.tech/topics/sdk.md>), [WebSocket](<https://devfeed.tech/topics/websocket.md>), [React](<https://devfeed.tech/topics/react.md>)

Tags: [backend](<https://devfeed.tech/tags/backend.md>), [database-performance](<https://devfeed.tech/tags/database-performance.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [latency](<https://devfeed.tech/tags/latency.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [performance](<https://devfeed.tech/tags/performance.md>), [performance-monitoring](<https://devfeed.tech/tags/performance-monitoring.md>), [react](<https://devfeed.tech/tags/react.md>), [real-user-monitoring](<https://devfeed.tech/tags/real-user-monitoring.md>), [realtime](<https://devfeed.tech/tags/realtime.md>), [realtime-database](<https://devfeed.tech/tags/realtime-database.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>), [web](<https://devfeed.tech/tags/web.md>), [websocket](<https://devfeed.tech/tags/websocket.md>)

### AI overview

This tutorial explains how to measure Realtime Database performance with Firebase Performance Monitoring. It uses custom traces to measure database operations over the long-running WebSocket connection and examines how latency varies by user geography.

### Source excerpt

News, tutorials, and updates from the Firebase team.

[Next page](<https://devfeed.tech/tags/realtime.md?cursor=WyIyMDIxLTAzLTEyVDAwOjAwOjAwKzAwOjAwIiwgIjEwY2U5N2M2LTE3NTMtNDJkMy04MjI4LWIyNTAzZTdkNTc5ZCJd>)