Best of Firebase2025

  1. 1
    Article
    Avatar of hnHacker News·1y

    Firebase Studio

    Firebase Studio is a web-based workspace for full-stack application development that leverages generative AI from Gemini for tasks like coding, debugging, and testing. Users can quickly build backends, front ends, and mobile apps with support for various tech stacks, import repositories, or use natural language to create applications. It offers thousands of extensions, app previews, and deployment options to Firebase Hosting, Cloud Run, or custom infrastructure. Currently available for free during preview with additional workspace for Google Developer Program members.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·1y

    What is Backend as a Service (BaaS)? A Beginner's Guide

    Backend as a Service (BaaS) simplifies app development by providing pre-built backend infrastructure. It helps manage user authentication, data storage, real-time updates, and more, allowing developers to focus on the app's features rather than backend complexities. Popular BaaS platforms include Firebase, Supabase, Clerk, and AWS Amplify, offering various features and pricing plans suitable for different project needs.

  3. 3
    Article
    Avatar of ezh33lu6a37km1sfscwixVladislav Siumbeli·16w

    Migrating my Expo apps from Supabase to Firebase — what I learned

    A developer shares their experience migrating two Expo apps (TinyRecipe and TinyDebt) from Supabase to Firebase. The migration used @react-native-firebase and worked smoothly with Expo Dev Clients without requiring bare workflow. Key takeaways include Firebase's strengths in real-time updates and offline capabilities, Firestore's responsive queries, and straightforward authentication and analytics setup. The author notes that Supabase excels for SQL-based setups while Firebase shines for real-time features, and emphasizes how Expo's improved native module support made the process easier than expected.

  4. 4
    Article
    Avatar of bytesdevBytes by ui.dev·43w

    Google wants you to vibe code now

    Google launched Firebase Studio, an AI-assisted development platform that builds on Project IDX with enhanced Gemini-powered features for full-stack app development. The platform offers blueprint-first prototyping, integrated Firebase services, and free access during its initial phase. Meanwhile, Postman unveiled new AI tools at POST/CON 25, including MCP server generation and agent mode for API testing. The newsletter also covers various developer resources, including TypeScript team updates, frontend testing guides, and React's 12th anniversary celebration.

  5. 5
    Article
    Avatar of communityCommunity Picks·52w

    How to Build a Job Application and Interview Platform with Next.js, Stream, and Firebase How to Build a Job Application and Interview Platform with Stream.

    Learn how to build a comprehensive job application and interview platform using Next.js, Stream, and Firebase. This guide covers authentication, setting up database operations, real-time chat, and video calling features, providing a seamless experience for recruiters to post jobs, screen applicants, and conduct virtual interviews, while enabling job seekers to apply for jobs and communicate with recruiters within the application.

  6. 6
    Article
    Avatar of androiddevAndroid Developers Blog·17w

    Build smarter apps with Gemini 3 Flash

    Gemini 3 Flash is now available through Firebase AI Logic, offering frontier AI intelligence optimized for speed and cost-effectiveness. The model excels at reasoning, tool use, and multimodal capabilities including video analysis and visual Q&A. Integration is straightforward using Firebase AI Logic SDK for Android apps, with features like AI monitoring dashboards for tracking latency and costs, and server-side prompt templates for secure prompt management. Gemini 3 Flash is also available in Android Studio for development assistance at no cost, with higher rate limits accessible through AI Studio API keys or Gemini Code Assist licenses.

  7. 7
    Article
    Avatar of allshadcnAll ShadCN·1y

    Social Networking App built with React.js and Shadcn UI

    Francium is an open-source social networking platform built using React.js with TypeScript and JavaScript for push notifications. It employs the Shadcn UI kit for its design and uses Appwrite for database management. The app is hosted on Firebase and is available as a web app, and for Android and iOS.

  8. 8
    Article
    Avatar of firebase-developersFirebase Developers·24w

    Building Arc: An AI Messenger Powered by Firebase, Flutter, and Vertex AI

    Arc is a privacy-focused messaging app built with Flutter for cross-platform development, Firebase for real-time messaging and authentication, Cloud Run for scalable microservices, and Vertex AI with Gemini models for AI-powered conversational companions. The architecture emphasizes four pillars: stability, speed, lightweight design, and high security. Key features include ephemeral messaging, mesh networking for offline resilience, and RAG-based AI characters grounded in Vertex AI Search to prevent hallucinations. The team achieves rapid iteration with 144 updates in 34 months through rigorous Flutter optimization using static analysis and dynamic profiling.

  9. 9
    Video
    Avatar of communityCommunity Picks·1y

    NextJs Full Stack Wireframe to Code App Using React, Tailwindcss, Typescript | Openrouter.ai

    Learn how to build a full-stack application that converts wireframes to React code using Next.js, TailwindCSS, TypeScript, and Firebase. This tutorial demonstrates setting up user authentication with Google, uploading wireframe images, integrating AI models for code generation, and managing data with Drizzle ORM and Firebase storage.

  10. 10
    Article
    Avatar of googledevsGoogle Developers·1y

    Unlock your potential: Discover the enhanced Google Developer Program

    The Google Developer Program has introduced AI-powered tools, enhanced resources, and upgrades to Firebase Studio, aiming to help developers build faster and smarter. With a new premium membership costing $299/year, developers gain access to advanced AI tools and support. The program also includes an Enterprise offering for organizations, support for product previews of Gemini Code Assist agents, and increased workspaces for standard memberships. It caters to developers at all career stages, offering various resources and a strong community.

  11. 11
    Article
    Avatar of firebase-developersFirebase Developers·25w

    Dart Client for Genkit

    A new Dart client library simplifies calling Genkit AI flows from Flutter/Dart applications. The package abstracts HTTP communication complexities, provides type-safe interfaces consistent with official Next.js and Angular clients, and supports streaming via Server-Sent Events. Key features include the RemoteAction class for flow representation, automatic JSON serialization with json_serializable, built-in authentication header support, and intuitive streaming with FlowStreamResponse. The library handles Genkit-specific conventions like wrapping requests in {'data': ...} and extracting responses from ['result'], eliminating boilerplate code for developers.

  12. 12
    Video
    Avatar of youtubeYouTube·51w

    Google just destroyed all vibe-coding apps (Firebase Studio)

    Google's new Firebase Studio integrates the powerful Gemini 2.5 Pro AI model to simplify the development of web-based applications. Firebase Studio is designed to handle both front-end and back-end development. Users can prototype and refine their applications with ease, leveraging Firebase's suite of backend services like databases, authentication, and analytics. The tool highlights its potential through enhanced automation and real-time capabilities, aiding users from novices to experienced developers.

  13. 13
    Article
    Avatar of devtoolsDev Tools·1y

    AI-Frist Mindset: Firebase, Next.js 15, GenKit Starter

    A starter kit for Firebase and Next.js called GenKit has been developed with an AI-first approach, including features such as multi-agent examples, prompt partials, chat sessions, a Stripe credit-based system, a feedback system, role-based access control, internationalization, user activity tracking, a product tour, and content management for blogs, legal documents, and documentation.

  14. 14
    Article
    Avatar of logrocketLogRocket·1y

    Using Firebase for ASP.NET authentication

    Combining Firebase and ASP.NET can create a secure and high-performing web application. This guide provides an end-to-end solution for securing APIs, enabling interactive login functionality, and handling access and refresh tokens. The step-by-step instructions include setting up Firebase, configuring ASP.NET authentication, validating JWTs, and integrating a demo Angular frontend to use the authentication system. By following these steps, you can create a seamless and secure authentication system for your web application.

  15. 15
    Article
    Avatar of freecodecampfreeCodeCamp·37w

    How to Build Database Seed Scripts for Your Node Application

    Database seed scripts automate the process of populating databases with initial test data, ensuring consistent development environments across teams. This comprehensive guide covers implementing seed files for Firebase-powered Node.js applications, from basic setup and data structure planning to advanced relationship management and environment-specific configurations. Key topics include creating organized seed file structures, handling complex data relationships with referential integrity, managing environment-specific datasets, integrating seeds into development workflows, and implementing automated testing for seed data validation.

  16. 16
    Article
    Avatar of googledevsGoogle Developers·40w

    Advancing agentic AI development with Firebase Studio

    Firebase Studio introduces three new Agent modes for AI-assisted development: Ask mode for conversational planning, Agent mode for supervised code changes, and Agent Auto-run mode for autonomous development tasks. The update includes foundational Model Context Protocol (MCP) support for workspace customization and direct integration with Gemini CLI for terminal-based AI assistance. These features leverage Gemini 2.5's reasoning capabilities and support project-level rule files for personalized guidance.

  17. 17
    Video
    Avatar of youtubeYouTube·46w

    Google Firebase Studio In 23 Minutes

    Firebase Studio is Google's free web-based AI app builder that competes with tools like Bolt and Lovable. Built on Firebase backend infrastructure, it offers both no-code and code editing capabilities through a VS Code-like interface. The author rates it 5/7, noting it has a steeper learning curve than competitors but shows promise due to its full-stack capabilities, free pricing, and integration with Firebase services. The tutorial demonstrates building a Pokemon-inspired productivity app, showcasing features like mobile preview, visual editing tools, and code access, while highlighting current limitations in Firebase integration that require manual configuration.

  18. 18
    Video
    Avatar of netninjaNet Ninja·46w

    New React Native with Firestore Course

    A new course on Net Ninja Pro guides users through setting up a Firebase Firestore database in React Native to create a goals app. The app allows users to track progress updates in real-time and add new goals easily. The course is available for $5, with options for monthly membership access to more courses.