Supercharge your games with Firebase for Unity and C++

If you haven’t heard yet, the Firebase team is at the Game Developers Conference this week to show all you game developers out there how Firebase can make it easier for you to develop successful games. And one of our big announcements at the show is that the official Firebase SDKs for Unity and C++ have now graduated to full General Availability! This means that they’re both primary supported platforms that Firebase is committed to supporting in the future.

SDK Coverage

Both SDKs let you take advantage of:

AdMob

Monetize your games with targeted, in-app advertising, include native ads and rewarded video. Guides: Unity/C++.

Analytics

Record events that happen in your game with our free and unlimited analytics service, now complete with real time views! Guides: Unity/C++

Realtime Database

Magically sync your app’s data across all devices, usually within a few hundred milliseconds. Guides: Unity/C++

Create mobile deep links that you can use to point players to any element of your game (if they have it installed), or take them to the Play Store / App Store (if they don’t). Guides: Unity/C++

Authentication

Sign in your users in from third party providers like Facebook, Google, and Github, or use our built in username and password system. Guides: Unity/C++

Cloud Messaging

Send notifications to iOS, Android and web clients through a single endpoint, or use the Firebase Notifications panel to schedule notifications without having to worry about writing any custom server code or curl calls. Guides: Unity/C++

Remote Config

Tweak variables from the cloud, and then use Firebase Analytics to see if they give you the results you expect. You can even use Remote Config to deliver custom values to specific groups of people, like your expert players. Guides: Unity/C++

Storage

Store user-created binary data in Cloud Storage buckets directly from the app - fantastic for uploading screenshots or videos. Guides: Unity/C++

Get started

You can jump in today with our new getting started guide for game developers . As a bonus for developers working in Cocos2D-x, we’ve also released a set of new samples that demonstrate how to integrate the C++ SDKs into your Cocos2D-x games. As always, if you have questions or comments, reach out to us through our support team, Stack Overflow or the firebase-talk group!