firebase / quickstart-cpp

Firebase Quickstart Samples for C++
https://firebase.google.com/games
Apache License 2.0
206 stars 122 forks source link

Don't use deprecated EventListener class. #94

Closed ehsannas closed 2 years ago

ehsannas commented 2 years ago

I have separated the PR into 2 commits. The first is only formatting changes applied by clang-format. The second is the one needed for a successful compilation since EventListener has been removed from the public API.