March 2026 Summaries
7 posts from Firebase
Filter
Month:
Year:
Post Summaries
Back to Blog
Next.js 16.2 introduces a stable Deployment Adapter API, giving hosting providers such as Firebase an official and documented way to support Next.js applications rather than relying on fragile reverse-engineered integrations. Developed through collaboration among Vercel, Firebase, Netlify, Cloudflare, AWS, and others, the API is intended to improve compatibility, long-term upgrade support, security patching, and performance optimization across cloud platforms. Although advanced capabilities such as Cache Components and Proxy functionality still require further work on edge-routing standards, the API establishes a shared foundation for broader framework portability. Firebase positions App Hosting, built on Google Cloud Run and integrated with services such as Cloud Secret Manager and VPC support, as the production-oriented successor to its experimental Firebase Hosting Web Frameworks offering.
Mar 26, 2026
599 words in the original blog post.
Firebase Data Connect, now called SQL Connect, is a PostgreSQL solution for building Cloud SQL-backed applications through declarative GraphQL schemas and operations, and its new Native SQL feature allows developers to place predefined raw SQL statements in GraphQL operation files for advanced database use cases. Native SQL supports read queries and data-modification commands, including complex aggregations, window functions, Common Table Expressions, bulk updates, PostgreSQL extensions such as PostGIS, and custom return structures that are difficult to model in standard GraphQL. Security is maintained through deployment-time SQL validation, server-controlled query templates, parameter binding, blocked destructive commands, and trusted server-side context injection such as authenticated user IDs. The feature trades Data Connect’s automatically generated strict client types for flexible JSON-based results, requiring client-side validation and careful query-performance testing. For stable, read-only custom queries that still need typed GraphQL objects, the @view directive offers an alternative, while standard GraphQL operations remain recommended for routine CRUD, simple joins, and cases where built-in relation handling, authorization, and end-to-end type safety are most useful.
Mar 24, 2026
2,207 words in the original blog post.
Firebase has been integrated into Google AI Studio, allowing its coding agent to identify when an app needs storage or user authentication and, with user approval, automatically create a Firebase project, configure Firestore and Firebase Authentication, generate sign-in and data-sync code, and deploy suggested security rules. The integration is intended to help users build full-stack, connected applications from natural-language prompts, including apps with cloud persistence, real-time cross-device synchronization, offline support, and personalized or collaborative features, while retaining a free-tier option. Google AI Studio is also introducing an upgraded coding agent based partly on Google Antigravity technology that can handle more complex prompts, make multi-step edits, locate web tools, and connect applications to services such as payment processors and Google Maps. As part of a broader consolidation of AI development tools, Google will sunset Firebase Studio on March 22, 2027, though it will provide migration options to Google AI Studio, Antigravity, GitHub, or downloaded code, maintain security and Gemini updates until then, and continue supporting already deployed Firebase apps and core Firebase services.
Mar 19, 2026
725 words in the original blog post.
Firebase App Hosting now lets users add, edit, and delete backend environment variables through the Firebase console during setup or later in backend settings, complementing the existing apphosting.yaml configuration approach. Console-managed values can be pasted from dotenv files and take precedence over conflicting YAML values, while sensitive data should use Cloud Secret Manager and secret references configured through the Firebase CLI. Rollout details show the merged environment configuration and its sources, including Firebase-provided variables used to initialize SDKs. App Hosting has also optimized Cloud Native Buildpacks by bypassing an unnecessary image pull step, reducing reported median build times by about 18% and p99 build times by about 27%.
Mar 12, 2026
551 words in the original blog post.
Firebase Data Connect, now renamed SQL Connect, offers no-cost PostgreSQL trials intended to help developers prototype without billing setup or upfront charges. Firebase Spark-plan projects can create one PostgreSQL 17 db-f1-micro-equivalent instance per project without a credit card, providing 1 vCPU, 10 GB SSD storage, roughly 628 MB memory, and capped daily operations and egress for 90 days; the instance is then suspended for a 30-day grace period before deletion unless the project upgrades to the paid Blaze plan. Blaze-plan projects with billing accounts can also receive one free Cloud SQL for PostgreSQL trial instance per project for three months, with up to five trials per billing account, though configuration changes end the trial and trigger standard Cloud SQL billing. Spark trials restrict core configuration changes and block cost-generating features such as replicas, high availability, and manual backups, while Blaze users may alter settings but become billable if they do.
Mar 12, 2026
564 words in the original blog post.
Firebase A/B Testing is now available for web applications, combining Firebase Remote Config with Google Analytics to let teams run, measure, and scale experiments without extensive engineering infrastructure. The tool uses frequentist statistical analysis to identify statistically significant winning variants and tracks metrics such as retention, revenue, engagement, conversions, and subscriptions. Suggested web use cases include comparing content and design variations, improving onboarding, sign-up, checkout, and navigation flows, and testing feature introductions to increase adoption. Examples demonstrate using Remote Config parameters to split users between technical and storytelling blog content or between standard and redesigned React onboarding experiences, then reviewing results in the Firebase console or conducting deeper experiment-specific analysis through BigQuery.
Mar 04, 2026
1,637 words in the original blog post.
Firebase Phone Number Verification (PNV), now in public preview for Android, enables apps to verify a SIM-associated phone number through any internet connection, including Wi-Fi, wired networks, hotspots, or cellular data, unlike SMS and Silent Network Authentication methods that depend on cellular connectivity. The service is intended to simplify onboarding, remove manual number entry and SMS one-time passwords, and support users even when mobile data is disabled or devices are in airplane mode with internet access. Firebase PNV currently supports four carrier networks—DNA in Finland, Deutsche Telekom in Germany, Telkomsel in Indonesia, and CelcomDigi in Malaysia—with additional coverage planned. Carrier representatives describe the technology as a way to provide more seamless, secure, and network-led verification while improving trust and digital security.
Mar 01, 2026
471 words in the original blog post.