Home / Companies / Firebase / Blog / May 2020

May 2020 Summaries

2 posts from Firebase

Filter
Month: Year:
Post Summaries Back to Blog
Firebase postponed the launch of its Firebase Live virtual developer event to June 23 in recognition of current events. The five-part weekly web series will run every Tuesday through July 21, featuring product updates, technical tutorials, live chat, and question-and-answer sessions with Firebase experts. Sessions will cover testing Security Rules with the Firebase Emulator Suite, the Local Emulator UI, Sign in with Apple through Firebase Authentication, Google Analytics, and Firebase integration for Unity. Firebase also plans to release new demos, codelabs, and walkthrough videos to support self-paced learning while maintaining engagement with its developer community remotely.
May 26, 2020 306 words in the original blog post.
Firebase introduced the Emulator UI, a local web application for managing the Firebase Local Emulator Suite that previously operated only through the Firebase CLI. Designed to support local-first development, it lets developers build, test, debug, and trigger Firebase services such as Cloud Functions, Firestore, and Realtime Database without affecting shared projects, waiting for deployments, or generating billing costs. The interface offers local data editing, JSON uploads, data clearing, function-log search and filtering, service-instance visibility, cross-service testing, and instant reloads for Cloud Functions and Security Rules. Its purple visual design, top navigation, displayed local ports, and links to managed projects distinguish the local environment from the production Firebase console. Developers can begin by upgrading to Firebase CLI version 8.4.0, initializing needed products, and running the emulators command, which hosts the UI at localhost:4000 by default.
May 21, 2020 833 words in the original blog post.