# Hybrid Inference

Published articles for Hybrid Inference.

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

## Build intelligent Android apps: Cloud and hybrid inference

DevFeed: [Build intelligent Android apps: Cloud and hybrid inference](<https://devfeed.tech/articles/build-intelligent-android-apps-cloud-and-hybrid-inference-22680.md>)

Original publisher: [Read original article](<http://android-developers.googleblog.com/2026/07/build-intelligent-android-apps-cloud-hybrid-inference.html>)

Author: Android Developers (noreply@blogger.com)

Published: 2026-07-21T13:00:00Z

Content type: tutorial

Language: en

Sources: [Android Developers Blog](<https://devfeed.tech/sources/android-developers-blog-3.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [Firebase](<https://devfeed.tech/topics/firebase.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [ML Kit](<https://devfeed.tech/topics/ml-kit.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-models](<https://devfeed.tech/tags/ai-models.md>), [android](<https://devfeed.tech/tags/android.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firebase-ai-logic](<https://devfeed.tech/tags/firebase-ai-logic.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [grounding](<https://devfeed.tech/tags/grounding.md>), [hybrid-inference](<https://devfeed.tech/tags/hybrid-inference.md>), [inference](<https://devfeed.tech/tags/inference.md>), [on-device](<https://devfeed.tech/tags/on-device.md>)

### AI overview

This tutorial explains how to build cloud-hosted and hybrid AI features in Android apps with Firebase AI Logic. Using the Jetpacker app as an example, it covers web-grounded museum assistance, hybrid restaurant review drafting with Gemini Nano and cloud fallback, and custom-routed live translation for hotel support.

### Source excerpt

Posted by Thomas Ezan, Jolanda Verhoef, Caren Chang, Senior Developer Relations Engineers, Android Developer Relations Welcome back to the blog post series "Build intelligent Android apps" where we take a basic Android app and transform it into a personalized, intelligent, and agentic experience. In our previous post we explored how to build intelligent on-device features using Gemini Nano through ML Kit's Prompt API. In this post, we will look at how you can leverage Firebase AI Logic to build cloud-hosted and hybrid AI features: Grounding answers in real-world context Routing requests dynamically between cloud and local execution using hybrid inference Translating content with custom routing systems Sometimes a use case requires AI models with greater world knowledge, a much larger context window, or the ability to handle complex queries. In those scenarios, we can leverage cloud models. Other times, you want the best of both worlds: using hybrid inference to run on-device when available to lower costs, while falling back to the cloud to ensure compatibility for all devices. Cloud and hybrid features in Jetpacker: Museum assistant with web grounding, hybrid restaurant review drafting, and support chat featuring custom-routed live translation. Let's look at how we implemented three cloud and hybrid features in Jetpacker: a museum assistant with web grounding hybrid restaurant review drafting hotel support chat featuring custom-routed live translation. Use LLM grounding for up-to-date informationMuseum assistant chatbot with LLM grounding The Museum assistant is an interactive chatbot designed to help users plan their museum visits. It provides visitors with up-to-date details regarding specific exhibits, current opening hours, ticket pricing, and more. Museum assistant is a chatbot that answers questions, such as 'How can I get a ticket discount for Le Louvre?' When building AI features, getting the model to answer with fresh, accurate, and specific real-world info

## Gemini in Apple's Foundation Models framework

DevFeed: [Gemini in Apple's Foundation Models framework](<https://devfeed.tech/articles/gemini-in-apple-s-foundation-models-framework-16669.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2026/06/apple-foundation-models-gemini>)

Author: Miguel Ramos; Ryan Wilson

Published: 2026-06-09T09:41:00Z

Content type: article

Language: en

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

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [foundation-models](<https://devfeed.tech/topics/foundation-models.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [API](<https://devfeed.tech/topics/api.md>), [Swift](<https://devfeed.tech/topics/swift.md>), [Inference](<https://devfeed.tech/topics/inference.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-logic](<https://devfeed.tech/tags/ai-logic.md>), [app-check](<https://devfeed.tech/tags/app-check.md>), [apple](<https://devfeed.tech/tags/apple.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [foundation-models](<https://devfeed.tech/tags/foundation-models.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [hybrid-inference](<https://devfeed.tech/tags/hybrid-inference.md>), [ios](<https://devfeed.tech/tags/ios.md>), [news](<https://devfeed.tech/tags/news.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>), [swift](<https://devfeed.tech/tags/swift.md>), [updates](<https://devfeed.tech/tags/updates.md>), [wwdc](<https://devfeed.tech/tags/wwdc.md>)

### AI overview

Firebase describes a preview integration that lets developers use cloud-hosted Gemini models through Apple's Foundation Models framework. The shared API allows switching between on-device Apple models and Gemini, while Firebase AI Logic and App Check provide request routing and attestation for Apple apps.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## What's new from Firebase at Google I/O 2026

DevFeed: [What's new from Firebase at Google I/O 2026](<https://devfeed.tech/articles/what-s-new-from-firebase-at-google-i-o-2026-16667.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2026/05/google-io-2026-announcements>)

Author: Seba Gnagnarella; Arthur Thompson; Kristen Richards

Published: 2026-05-19T01:00:00Z

Content type: news

Language: en

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

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Agent Skills](<https://devfeed.tech/topics/agent-skills.md>), [Google](<https://devfeed.tech/topics/google.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [Android Studio](<https://devfeed.tech/topics/android-studio.md>), [Flutter](<https://devfeed.tech/topics/flutter.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [a-b-testing](<https://devfeed.tech/tags/a-b-testing.md>), [agent-skills](<https://devfeed.tech/tags/agent-skills.md>), [ai-logic](<https://devfeed.tech/tags/ai-logic.md>), [ai-studio](<https://devfeed.tech/tags/ai-studio.md>), [android](<https://devfeed.tech/tags/android.md>), [android-studio](<https://devfeed.tech/tags/android-studio.md>), [antigravity](<https://devfeed.tech/tags/antigravity.md>), [app-check](<https://devfeed.tech/tags/app-check.md>), [application-design-center](<https://devfeed.tech/tags/application-design-center.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [cloud-logging](<https://devfeed.tech/tags/cloud-logging.md>), [cloud-run](<https://devfeed.tech/tags/cloud-run.md>), [crashlytics](<https://devfeed.tech/tags/crashlytics.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firestore](<https://devfeed.tech/tags/firestore.md>), [flutter](<https://devfeed.tech/tags/flutter.md>), [google](<https://devfeed.tech/tags/google.md>), [google-i-o](<https://devfeed.tech/tags/google-i-o.md>), [hybrid-inference](<https://devfeed.tech/tags/hybrid-inference.md>), [ios](<https://devfeed.tech/tags/ios.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [news](<https://devfeed.tech/tags/news.md>), [remote-config](<https://devfeed.tech/tags/remote-config.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

Firebase announces updates from Google I/O 2026, including integrations with Google Antigravity and Android Studio, expanded Agent Skills for mobile development, and support for Firestore, Firebase Authentication, Crashlytics, and Remote Config.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## What's new from Firebase at Cloud Next 2026

DevFeed: [What's new from Firebase at Cloud Next 2026](<https://devfeed.tech/articles/what-s-new-from-firebase-at-cloud-next-2026-16660.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2026/04/cloud-next-2026-announcements>)

Author: Seba Gnagnarella; Arthur Thompson; Kristen Richards

Published: 2026-04-22T11:30:00Z

Content type: news

Language: en

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

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Firestore](<https://devfeed.tech/topics/firestore.md>), [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [Web](<https://devfeed.tech/topics/web.md>), [GraphQL](<https://devfeed.tech/topics/graphql.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-logic](<https://devfeed.tech/tags/ai-logic.md>), [ai-studio](<https://devfeed.tech/tags/ai-studio.md>), [app-check](<https://devfeed.tech/tags/app-check.md>), [application-design-center](<https://devfeed.tech/tags/application-design-center.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [cloud-functions](<https://devfeed.tech/tags/cloud-functions.md>), [cloud-next](<https://devfeed.tech/tags/cloud-next.md>), [dart-on-the-server](<https://devfeed.tech/tags/dart-on-the-server.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firestore](<https://devfeed.tech/tags/firestore.md>), [flutter](<https://devfeed.tech/tags/flutter.md>), [full-text-search](<https://devfeed.tech/tags/full-text-search.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [geo-queries](<https://devfeed.tech/tags/geo-queries.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [hybrid-inference](<https://devfeed.tech/tags/hybrid-inference.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [news](<https://devfeed.tech/tags/news.md>), [phone-number-verification](<https://devfeed.tech/tags/phone-number-verification.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [sql](<https://devfeed.tech/tags/sql.md>), [sql-connect](<https://devfeed.tech/tags/sql-connect.md>), [updates](<https://devfeed.tech/tags/updates.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Firebase describes announcements from Cloud Next 2026, including the evolution of Firebase Data Connect into Firebase SQL Connect with realtime syncing, offline cache, and native SQL support. The article also covers Firestore Enterprise pipeline queries moving to general availability.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Firebase AI Logic adds server prompt template support for chat and function calling

DevFeed: [Firebase AI Logic adds server prompt template support for chat and function calling](<https://devfeed.tech/articles/ship-production-ai-features-faster-with-firebase-ai-logic-16659.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2026/04/cloud-next-2026-ai-logic>)

Author: Miguel Ramos

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

Content type: article

Language: en

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

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [Web](<https://devfeed.tech/topics/web.md>), [SDK](<https://devfeed.tech/topics/sdk.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-logic](<https://devfeed.tech/tags/ai-logic.md>), [android](<https://devfeed.tech/tags/android.md>), [app-check](<https://devfeed.tech/tags/app-check.md>), [chat](<https://devfeed.tech/tags/chat.md>), [cloud-next](<https://devfeed.tech/tags/cloud-next.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firebase-ai-logic](<https://devfeed.tech/tags/firebase-ai-logic.md>), [firebase-console](<https://devfeed.tech/tags/firebase-console.md>), [flutter](<https://devfeed.tech/tags/flutter.md>), [function-calling](<https://devfeed.tech/tags/function-calling.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [hybrid-inference](<https://devfeed.tech/tags/hybrid-inference.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [prompt](<https://devfeed.tech/tags/prompt.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [security](<https://devfeed.tech/tags/security.md>), [server](<https://devfeed.tech/tags/server.md>), [web](<https://devfeed.tech/tags/web.md>), [web-app](<https://devfeed.tech/tags/web-app.md>)

### AI overview

This Firebase blog post describes Cloud Next '26 updates to Firebase AI Logic. Server prompt templates now support multi-turn chat and function calling, keeping system instructions, model configuration, tool definitions, and function schemas on Firebase's servers while clients reference the template ID.

### Source excerpt

What's new at Cloud Next '26

## Understanding hybrid inference: the role of Firebase AI Logic

DevFeed: [Understanding hybrid inference: the role of Firebase AI Logic](<https://devfeed.tech/articles/understanding-hybrid-inference-the-role-of-firebase-ai-logic-16637.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2025/10/understand-ai-logic-hybrid-inference>)

Author: Ankita Saxena

Published: 2025-10-15T10: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>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [Web app](<https://devfeed.tech/topics/webapp.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-logic](<https://devfeed.tech/tags/ai-logic.md>), [chrome](<https://devfeed.tech/tags/chrome.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firebase-ai-logic](<https://devfeed.tech/tags/firebase-ai-logic.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [hybrid-inference](<https://devfeed.tech/tags/hybrid-inference.md>), [inference](<https://devfeed.tech/tags/inference.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [offline](<https://devfeed.tech/tags/offline.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>), [web](<https://devfeed.tech/tags/web.md>), [web-app](<https://devfeed.tech/tags/web-app.md>)

### AI overview

This Firebase tutorial explains hybrid inference, where AI features use on-device models when available and fall back to cloud-hosted models when needed. It demonstrates web app use cases including text summarization, offline image captioning, and real-time transcription and translation.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Smart photo organization through privacy-first, on-device AI

DevFeed: [Smart photo organization through privacy-first, on-device AI](<https://devfeed.tech/articles/smart-photo-organization-through-privacy-first-on-device-ai-16636.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2025/10/privacy-first-on-device-ai>)

Author: Cynthia Wang

Published: 2025-10-15T08:00:00Z

Content type: tutorial

Language: en

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

Topics: [On-device AI](<https://devfeed.tech/topics/on-device-ai.md>), [Firebase](<https://devfeed.tech/topics/firebase.md>), [PWA](<https://devfeed.tech/topics/pwa.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>), [browser](<https://devfeed.tech/topics/browser.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-logic](<https://devfeed.tech/tags/ai-logic.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [hybrid-inference](<https://devfeed.tech/tags/hybrid-inference.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>), [privacy](<https://devfeed.tech/tags/privacy.md>), [pwa](<https://devfeed.tech/tags/pwa.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>), [web](<https://devfeed.tech/tags/web.md>), [web-browser](<https://devfeed.tech/tags/web-browser.md>)

### AI overview

This Firebase tutorial explains how to build a privacy-focused photo organization progressive web app using on-device AI. It describes running a local model in the browser so photos remain on the user's device and can be analyzed offline, with Firebase AI Logic SDKs detecting and caching compatible models such as Gemini Nano and providing a fallback approach for other browsers.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Adding AI-powered star-rating suggestions to reviews with Firebase AI Logic

DevFeed: [Adding AI-powered star-rating suggestions to reviews with Firebase AI Logic](<https://devfeed.tech/articles/ai-in-action-adding-ai-powered-reviews-16631.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2025/10/adding-ai-powered-reviews>)

Author: Alexander Nohe; Jeff Huleatt

Published: 2025-10-01T00: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>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Google AI](<https://devfeed.tech/topics/google-ai.md>), [API keys](<https://devfeed.tech/topics/api-keys.md>), [Generative AI](<https://devfeed.tech/topics/generative-ai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-logic](<https://devfeed.tech/tags/ai-logic.md>), [api-keys](<https://devfeed.tech/tags/api-keys.md>), [app-check](<https://devfeed.tech/tags/app-check.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firestore](<https://devfeed.tech/tags/firestore.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [hybrid-inference](<https://devfeed.tech/tags/hybrid-inference.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>), [react](<https://devfeed.tech/tags/react.md>), [recaptcha](<https://devfeed.tech/tags/recaptcha.md>), [security-rules](<https://devfeed.tech/tags/security-rules.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>)

### AI overview

This tutorial explains how the Friendly Eats app uses Firebase AI Logic to suggest a star rating while a user writes a review. It discusses choosing a client-side SDK, protecting Gemini API keys through a proxy, using on-device models when available, securing requests with Firebase App Check, and balancing model cost, speed, and quality.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## New Firebase AI Logic features to explore - September 2025 updates

DevFeed: [New Firebase AI Logic features to explore - September 2025 updates](<https://devfeed.tech/articles/new-firebase-ai-logic-features-to-explore-september-2025-updates-16627.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2025/09/firebase-ai-logic-updates>)

Author: Miguel Ramos; Rachel Saunders

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

Content type: release

Language: en

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

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [On-device AI](<https://devfeed.tech/topics/on-device-ai.md>), [Image](<https://devfeed.tech/topics/image.md>), [API](<https://devfeed.tech/topics/api.md>), [Web](<https://devfeed.tech/topics/web.md>), [Android](<https://devfeed.tech/topics/android.md>), [Flutter](<https://devfeed.tech/topics/flutter.md>), [Unity](<https://devfeed.tech/topics/unity.md>), [Chrome](<https://devfeed.tech/topics/chrome.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-logic](<https://devfeed.tech/tags/ai-logic.md>), [android](<https://devfeed.tech/tags/android.md>), [api](<https://devfeed.tech/tags/api.md>), [app-check](<https://devfeed.tech/tags/app-check.md>), [debug](<https://devfeed.tech/tags/debug.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firebase-ai-logic](<https://devfeed.tech/tags/firebase-ai-logic.md>), [flutter](<https://devfeed.tech/tags/flutter.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [hybrid-inference](<https://devfeed.tech/tags/hybrid-inference.md>), [image](<https://devfeed.tech/tags/image.md>), [images](<https://devfeed.tech/tags/images.md>), [inference](<https://devfeed.tech/tags/inference.md>), [js](<https://devfeed.tech/tags/js.md>), [news](<https://devfeed.tech/tags/news.md>), [observability](<https://devfeed.tech/tags/observability.md>), [offline](<https://devfeed.tech/tags/offline.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>), [unity](<https://devfeed.tech/tags/unity.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

Firebase AI Logic's September 2025 updates add Gemini Live API voice interactions, client-side image editing and generation with Imagen, Nano Banana image workflows, hybrid on-device inference for web apps, and additional monitoring and observability capabilities.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Introducing hybrid on-device inference using Firebase AI Logic

DevFeed: [Introducing hybrid on-device inference using Firebase AI Logic](<https://devfeed.tech/articles/introducing-hybrid-on-device-inference-using-firebase-ai-logic-16612.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2025/06/hybrid-inference-firebase-ai-logic>)

Author: Siddharth Gupta; Erik Eldridge

Published: 2025-06-09T00:00:00Z

Content type: release

Language: en

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

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [On-device AI](<https://devfeed.tech/topics/on-device-ai.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [AI Models](<https://devfeed.tech/topics/ai-models.md>), [Web](<https://devfeed.tech/topics/web.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-logic](<https://devfeed.tech/tags/ai-logic.md>), [experimental](<https://devfeed.tech/tags/experimental.md>), [feature](<https://devfeed.tech/tags/feature.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [hybrid-inference](<https://devfeed.tech/tags/hybrid-inference.md>), [inference](<https://devfeed.tech/tags/inference.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [model](<https://devfeed.tech/tags/model.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Firebase introduces an experimental hybrid inference feature in its AI Logic client SDK for Web. The feature uses available on-device models such as Gemini Nano in Chrome and falls back to cloud-hosted Gemini models when needed, supporting online and offline AI features.

### Source excerpt

News, tutorials, and updates from the Firebase team.

## Building AI-powered apps with Firebase AI Logic

DevFeed: [Building AI-powered apps with Firebase AI Logic](<https://devfeed.tech/articles/building-ai-powered-apps-with-firebase-ai-logic-16599.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2025/05/building-ai-apps>)

Author: Thevi Sundaralingam; Dmitry Lyalin; Miguel Ramos

Published: 2025-05-20T10:49:00Z

Content type: release

Language: en

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

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Generative AI](<https://devfeed.tech/topics/generative-ai.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Genkit](<https://devfeed.tech/topics/genkit.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-logic](<https://devfeed.tech/tags/ai-logic.md>), [dashboards](<https://devfeed.tech/tags/dashboards.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [firebase-ai-logic](<https://devfeed.tech/tags/firebase-ai-logic.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [genkit](<https://devfeed.tech/tags/genkit.md>), [google-i-o](<https://devfeed.tech/tags/google-i-o.md>), [hybrid-inference](<https://devfeed.tech/tags/hybrid-inference.md>), [inference](<https://devfeed.tech/tags/inference.md>), [launch](<https://devfeed.tech/tags/launch.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [on-device-ai](<https://devfeed.tech/tags/on-device-ai.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [vertex-ai](<https://devfeed.tech/tags/vertex-ai.md>)

### AI overview

Firebase announces Firebase AI Logic, the evolution of Vertex AI in Firebase, with client-side and Genkit-based server-side integrations for generative AI. New capabilities include Gemini Developer API access, hybrid and on-device inference, Unity support, image generation and editing, enhanced observability, and dynamic model lookup in Genkit for Node.js.

### Source excerpt

News, tutorials, and updates from the Firebase team.