What authentication should I use for my game in order to be able to load the latest information within my game, e.g. my player has logged in, reached stage 7, closed the website, and reopened the game website by logging in with the same user? The game will remember the information and take it to the 8th stage from the original. P.S. Now I use Firebase Authentication login. Can it be done?