Firebase is returning to the Game Developers Conference this year in San Francisco! We’ve been hard at work making Firebase more valuable for all you game developers out there, and would love to spend time talking with you about how we can make it even better.

While we’ll be available to chat at booth 823 for the rest of the conference, we also dropped by the Google Developer Day on Monday to share a few exciting announcements with everybody. In case you missed it, here’s the quick summary:

Google Play Games Services support in Firebase Auth

Firebase Auth already lets your players log in safely and securely through a variety of ways — everything from using their Facebook or Google account to a custom email and password — but we’ve now added support for players to sign in using Google Play Games Services (GPGS).

If you’re currently using GPGS in your game, you can use the credentials you already have to authenticate your users’ accounts with the Firebase service. And if you haven’t used GPGS in your Android games yet, you really should because it’s an easy — and often frictionless — way to get your players signed in. Either way, this means your game can start using Firebase to store user-specific data in Realtime Database or Cloud Storage as soon as your players are signed in through GPGS.

Desktop support for C++ and Unity development

While many of you are developing games for mobile devices, we know that it’s often much more convenient to build and test your game on a desktop machine. With that in mind, we’ve added desktop support so that Firebase will work right from your development environment (Unity player on a Windows machine, for example). This support includes products like:

  • Authentication to manage sign-in
  • Realtime Database to sync and store data to the cloud
  • Cloud Storage for Firebase to store and share large files like images or movies
  • Remote Config to easily change elements of your game from the cloud

So if your game relies on one of these products, you can continue to use the same development process you always have, without the hassle of deploying your game on a device every time you want to test it.

Note that desktop support is intended to make development and testing easier, but it’s not for publishing Firebase-enabled games to end users on desktop machines.

Firebase Predictions and A/B Testing

We debuted Firebase Predictions and A/B Testing at the Firebase Developer Summit in Amsterdam a few months ago, but we think both of these features are so useful to game developers that we want to mention them again. :)

Firebase Predictions brings the power of machine learning to Firebase. By analyzing your players’ behavior, we can predict which ones will be most likely to churn out, spend money, or perform any other conversion event that you’ve defined in Analytics. This allows you to customize your app’s behavior (using Remote Config or Notifications) specifically to that group of users. Want to engage players who are likely to stop playing your game? Give them extra lives, or send them a free gift they can redeem inside your game! Want to target players who are likely to spend money on in-app purchases? Notify them about a big sale, or change the layout of your in-app store!

In fact, Rockbite Studios did just that. They used Remote Config to feature certain items at the top of their in-app store for players who were predicted to spend money in their game, while also adding new ad-viewing options for players who were predicted to not spend money. As a result, they boosted revenue by 25% for their spenders, and 24% for their non-spenders!

Firebase A/B Testing is great way to improve your game by making data-driven decisions based on experiments that you can run inside your app. Want to know if increasing the difficulty of your game will increase or decrease player engagement? Curious to learn if increasing the amount of premium currency your players start off with will increase or decrease your overall revenue? You can run experiments to uncover answers to all of these questions (and much much more) through Firebase A/B testing.

Firebase A/B Testing is easy to get started with, as it runs on top of Remote Config and Analytics, which you might already be using. Experiments can be set up entirely through the Firebase console, which means your game designers or analysts can build, publish, and analyze experiments on their own without needing too much time from your engineering team. And it’s all available at no cost to you, which is always nice.

Come find out more!

If you want to learn more about how Firebase can make it easier for you to build successful games, come talk to us! We’ll be available at booth 823 all during the expo, and we’re giving a special presentation on what’s new with Firebase and the Google Cloud Platform on Wednesday, March 21st, at 3:30 in the South Hall.

And of course, you can always find out more at https://firebase.google.com/games/

Game on!