June 2021 Summaries
4 posts from Firebase
Filter
Month:
Year:
Post Summaries
Back to Blog
Firebase Quickdraw, created as a collaborative hackathon project and featured at Google I/O, is an AI-powered drawing game inspired by Google QuickDraw and Pictionary. Players draw randomly assigned objects over six rounds while an AI model, unaware of the target, attempts to identify each drawing; scores depend on remaining time and contribute to a daily leaderboard. The web app used Firebase Hosting and its global CDN for fast delivery, a deployed TensorFlow model for image classification, Cloud Firestore for score storage, and Cloud Functions for APIs and daily score updates. During its launch, the team used Firebase Performance Monitoring’s real-time data to track page-load and recognition API response times, while Google Analytics for Firebase measured player engagement and demographics. The project demonstrated how Firebase’s integrated hosting, database, backend, monitoring, and analytics services can reduce development overhead and help teams focus on user experience.
Jun 29, 2021
719 words in the original blog post.
Firebase Extensions provide configurable, prebuilt integrations intended to help developers add common business capabilities without building and operating supporting infrastructure themselves. The platform offers extensions from partners including Algolia for full-text Firestore search, Mailchimp for synchronizing user data for personalized email campaigns, MessageBird for customer messaging and notifications, and Stripe for subscription payments and invoicing. These tools address needs such as marketing campaigns, localized messaging, paid content, and search while allowing developers to focus on core app functionality. The extensions are built and maintained by their respective companies, published as open source on GitHub for review and adaptation, and Firebase plans to expand the offering based on developer feedback.
Jun 08, 2021
712 words in the original blog post.
Firebase Crashlytics has expanded and improved its support across Apple platforms, including Apple Silicon Macs running iOS, Catalyst, Intel macOS apps through Rosetta 2, and native ARM macOS apps, with Firebase console device filtering to help identify crashes by platform. Version 7.5.0 addresses iOS 14-related startup overhead from increased library loading, reducing median startup time to roughly 14 milliseconds, while faster dSYM processing cuts conversion time for a 600 MB file from about 12 minutes to 45 seconds, benefiting CI pipelines and local crash testing. Crashlytics also supports App Clips while maintaining a small binary footprint, and community contributions have added watchOS support for common crashes and non-fatal errors. The team credits open sourcing the SDK and community feedback for helping prioritize features and states that further Apple-focused stability diagnostic improvements are planned.
Jun 02, 2021
524 words in the original blog post.
Firebase Realtime Database has expanded its global availability by adding a production-ready Singapore location alongside existing United States and Belgium locations. The Singapore region is intended to help developers with large Asian user bases reduce latency, and both new and existing Firebase users can create databases there. Paid-plan developers can operate multiple databases across different regions within one project, while all three locations are now generally available for production workloads and can be provisioned through the Firebase console or APIs.
Jun 01, 2021
156 words in the original blog post.