firebase / quickstart-cpp

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

UI/UX redesign && Pressed Button State. #75

Closed Grant-Postma closed 3 years ago

Grant-Postma commented 3 years ago

Small changes to the setup script to move the google-services.json in both the executable and debug directory. Small change to the readme.md to specify enabling email auth and anonymous auth. Adding Layout shifting and overall design change. Updating leave button to consolidate functionality and clean up code to follow the other buttons. Updated logic to clear labels and text fields from login and sign_up layer accordingly, including releasing user_result future. Added a handful of assets including user_record panel, login panel, sign_up panel, game_menu panel, auth panel, game icon, return button, back button. Adding pressed state for each button.