Home / Companies / Firebase / Blog / August 2025

August 2025 Summaries

2 posts from Firebase

Filter
Month: Year:
Post Summaries Back to Blog
Firestore with MongoDB compatibility has reached general availability in Firebase through the new Firestore Enterprise edition, following its earlier Google Cloud preview. The edition supports MongoDB APIs, existing MongoDB application code, drivers, and tools, while adding more than 200 query capabilities, BSON data types, advanced index options, improved performance, aggregations, joins, regular-expression searches, and nested array and set operations. Developers can create Enterprise databases, manage indexes, and execute MongoDB Query Language queries through the Firebase Console or Firebase CLI, with selective indexing intended to support cost and performance optimization under a new pricing model. Firestore Standard edition remains available without changes to existing pricing or behavior, while Firebase SDK support for Enterprise features, including realtime synchronization and offline capabilities, is planned for a future release.
Aug 26, 2025 556 words in the original blog post.
Firebase App Hosting has introduced updates aimed at improving deployment speed, application observability, and CI/CD flexibility for full-stack web apps. Its Next.js adapter now produces smaller server containers by limiting included files, with internal monitoring indicating average build times are about 30% faster. The Firebase console also adds route-based monitoring, enabling developers to track requests, errors, latency, and CDN cache hit rates for up to 20 important application routes, with rollout markers to help assess the effect of changes. In addition, existing App Hosting backends can now be connected to GitHub after their initial deployment, allowing teams to begin with local or Firebase Studio deployments and later adopt automated deployments through GitHub branches and pull requests.
Aug 25, 2025 740 words in the original blog post.