Home / Companies / Firebase / Blog / January 2020

January 2020 Summaries

3 posts from Firebase

Filter
Month: Year:
Post Summaries Back to Blog
Google’s interactive Lotería Doodle digitized the Mexican bingo-style card game as a multiplayer experience for up to five people, allowing users to join public matches or create private games. Developed primarily in JavaScript by one engineer, the game used Firebase Realtime Database to synchronize card dealing, countdown timers, and winner announcements, with transactions ensuring that only the first valid player to call “Lotería!” won. Public matchmaking combined Cloud Functions with database queues to group players into games atomically while avoiding bottlenecks. To support an overnight increase to millions of players, the team load-tested the system and distributed traffic across multiple database shards, manually adjusting the active number of shards according to demand. The Firebase-based backend allowed the team to focus on gameplay and user experience rather than managing multiplayer infrastructure.
Jan 28, 2020 867 words in the original blog post.
GDC 2020 organizers postponed the February event due to health and safety concerns, and Google said it would instead share its planned Firebase and gaming announcements through a digital experience at g.co/gdc2020. Before the postponement, Google had planned to participate in the March 16–20 conference in San Francisco with a Google for Games Developer Summit keynote, two days of sessions focused on building games, reaching players, and scaling businesses, plus expo booth demonstrations and meetings with product experts. Developers unable to attend were invited to sign up for updates and watch the keynote and selected sessions through a livestream.
Jan 27, 2020 291 words in the original blog post.
Firebase In-App Messaging has introduced localization support that lets developers translate targeted in-app messages into multiple languages, including automatic translations through Google Translate. After creating a message and defining its audience, Firebase can identify when localization may benefit users and prompt developers to add translated content. Developers may supply translations manually or generate them automatically, then save them as part of the messaging campaign setup. Users whose device locales match an available translation receive localized messages, while all other users receive the default-language version, helping apps engage increasingly international audiences with more relevant communications.
Jan 21, 2020 394 words in the original blog post.