Upgrade to Pro — share decks privately, control downloads, hide ads and more …

[#GameUpAfrica] Why adding Firebase to your Game is a pro gamer move

[#GameUpAfrica] Why adding Firebase to your Game is a pro gamer move

Creating a videogame can be quite a complex task: more than developing the game's logic, you might want to give your players the ability to synchronize their high score across multiple devices, check their friend's scores and maybe even get some cool seasonal bonuses/power-ups.

In this 45min talk, Rosário will be giving an overview of the Firebase tools which are available for game developers and some of the best use cases for them.

Expect to come out of the session with some knowledge about: Admob, Analytics, Authentication, Cloud Firestore, Cloud Storage and other Firebase tools.

Rosário Pereira Fernandes

October 15, 2021
Tweet

More Decks by Rosário Pereira Fernandes

Other Decks in Programming

Transcript

  1. Player 1 Profile • From Mozambique 󰐑 • Android Developer

    • Community Lead • Loves Open Source and video games ❤
  2. Cloud Firestore for Firebase Store game data in the cloud,

    sync data across online and offline devices, and retrieve it with expressive queries.
  3. Firebase Realtime Database Store and sync JSON data between your

    players in near-realtime, on or offline.
  4. Firebase Remote Config Set up feature flags during prototyping and

    development so you can control and optimize the player experience.
  5. Cloud Functions for Firebase Write and run game logic server-side

    without needing to set up your own server.
  6. Cloud Messaging for Firebase Send targeted, automated, and customized push

    notifications across platforms to re-engage players.