Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Building Agentic Apps with Flutter and Firebase...

Avatar for Hassan Bahati Hassan Bahati
November 01, 2025
4

Building Agentic Apps with Flutter and Firebase Genkit

Avatar for Hassan Bahati

Hassan Bahati

November 01, 2025
Tweet

Transcript

  1. Building Agentic Apps with Flutter and Firebase Genkit Designing Intelligent,

    Scalable AI Experiences Hassan Bahati Computer Scientist / Developer, Invertase
  2. Hassan Bahati About Me__ A Computer Scientist. Open Source Maintainer.

    Developer, Invertase FLUTTERBYTES CONFERENCE 2025
  3. “ Traditional Apps are static! Respond to user input in

    predefined ways. FLUTTERBYTES CONFERENCE 2025
  4. What Makes an App Agentic? FLUTTERBYTES CONFERENCE 2025 • Uses

    AI models for reasoning and generation. • Has access to external tools or APIs.
  5. What Makes an App Agentic? FLUTTERBYTES CONFERENCE 2025 • Uses

    AI models for reasoning and generation. • Has access to external tools or APIs. • Can act on user intent.
  6. What Makes an App Agentic? FLUTTERBYTES CONFERENCE 2025 • Uses

    AI models for reasoning and generation. • Has access to external tools or APIs. • Can act on user intent. • Learns or adapts over time.
  7. “ Genkit bridges the gap between your AI Application and

    real world applications. FLUTTERBYTES CONFERENCE 2025
  8. What is Firebase ? FLUTTERBYTES CONFERENCE 2025 App development platform

    that helps developers build, launch, and manage mobile and web applications with ease.
  9. Analytics Remote Config A/B Testing In App Messaging Google Admob

    Cloud Messaging Engage Engage with Firebase
  10. What is Genkit? FLUTTERBYTES CONFERENCE 2025 Genkit is an open-source

    framework for building full-stack AI-powered applications, built and used in production by Google.
  11. Why Genkit? FLUTTERBYTES CONFERENCE 2025 • Unified Interface for multiple

    models. • Enables definition of tools that AI can use to get more data.
  12. Why Genkit? FLUTTERBYTES CONFERENCE 2025 • Unified Interface for multiple

    models. • Enables definition of tools that AI can use to get more data. • Inbuilt observability tool that shows you how your AI App’s performance.
  13. ai.defineFlow FLUTTERBYTES CONFERENCE 2025 Creates a structured, typed, and inspectable

    AI workflow. ai.generate Calls a model registered in the Genkit registry. ❖ Schema-driven input/output ensures safe, composable AI pipelines.
  14. Bringing it all together FLUTTERBYTES CONFERENCE 2025 • Backend AI

    agent powered by Genkit • Frontend integration with Flutter • End-to-end agentic workflow from query to response