We've got a type of observer pattern where we currently only have one subscriber, which is the FirebaseHighScore class which writes the score of a game to the database on gameover.
This allows us to communicate between the Android and Core Module in a secure manner.
We've got a type of observer pattern where we currently only have one subscriber, which is the FirebaseHighScore class which writes the score of a game to the database on gameover. This allows us to communicate between the Android and Core Module in a secure manner.