May 2018 Summaries
5 posts from Firebase
Filter
Month:
Year:
Post Summaries
Back to Blog
Following the May 25 implementation of the EU General Data Protection Regulation (GDPR), Firebase introduced updated GDPR-oriented terms, including Data Processing and Security Terms, and enabled projects to designate a Data Protection Officer or EU representative through the Firebase or Google Cloud console. Firebase also cited certifications under ISO 27001, ISO 27017, ISO 27018, and SOC 1, 2, and 3 standards. To support privacy practices, it added a Privacy and Security section, guidance for managing Instance IDs, and recommendations for clearing, exporting, and storing user privacy data. Google Analytics for Firebase received additional data-management guidance, console sharing controls, and an API for deleting data tied to an Analytics App Instance ID, while Firebase directed users to a Google I/O enterprise session and technical support for further assistance.
May 31, 2018
303 words in the original blog post.
Firebase Cloud Messaging’s v1 REST API now fully integrates with the Web Notifications API, enabling developers to configure web notification features such as icons, images, action buttons, custom data, and click destinations directly from their servers. Because the integration exposes Web Notifications API options as they evolve, developers do not need to wait for separate FCM updates to use new browser-supported capabilities. An example notification for an image-sharing app includes actions to like a photo or unsubscribe, with action clicks handled through a notificationclick listener in the Firebase messaging service worker that reads event.action and associated notification data. Standard notification clicks can still redirect users through a configured click_action URL, while browser compatibility documentation should be consulted because supported notification parameters vary by browser and platform.
May 22, 2018
551 words in the original blog post.
Firebase announced a free community party during WWDC on Monday, June 4, 2018, from 8:00 p.m. to midnight at The GlassHouse. The event is intended to bring together iOS developers, Firebase engineers, and product leads for networking and conversation after the conference’s first day. Attendance requires a confirmed ticket, and invitations are limited.
May 17, 2018
120 words in the original blog post.
Google introduced ML Kit in beta at Google I/O as a Firebase SDK designed to make machine learning features accessible to Android and iOS developers regardless of their expertise. It provides ready-to-use APIs for text recognition, face detection, barcode scanning, image labeling, and landmark recognition, with planned additions for smart replies and detailed face contours. Developers can choose between fast, offline-capable on-device processing and more accurate cloud-based APIs, while advanced users can deploy and dynamically update custom TensorFlow Lite models through Firebase without increasing app package size. ML Kit also explores model compression to reduce the size of machine learning models and integrates with Firebase services such as Remote Config, A/B Testing, Cloud Firestore, Performance Monitoring, and Google Analytics for experimentation, storage, measurement, and engagement analysis.
May 10, 2018
780 words in the original blog post.
Firebase announced platform updates as its developer community reached 1.2 million active apps per month, reaffirming its focus on supporting app development, quality, and growth. The company introduced ML Kit in public beta for Android and iOS, offering on-device and cloud-based APIs for text recognition, face detection, barcode scanning, image labeling, and landmark recognition, along with support for custom TensorFlow Lite models. Performance Monitoring graduated from beta with an issues feed and rendering diagnostics for dropped frames and freezes, while Google Analytics for Firebase gained expanded real-time reporting, project-level views, and more flexible filtering. Firebase also improved console-based identity and access management controls and announced that Test Lab would expand from Android to iOS, enabling testing on physical and virtual devices. The updates reflect Firebase’s broader effort to deepen Google Cloud integration and make machine learning and scalable infrastructure more accessible to mobile developers.
May 08, 2018
1,085 words in the original blog post.