Hello, great job on the plugins!
I have a question regarding firebase authentication plugin.
I'm confused by the "remember combo (persisting type)" for "Login by authentication provider".
Not sure if I understand it right. Is it used to automatically reauthenticate the user who has already logged in (i.e. with facebook) before, and then exited the game?
Do I save his "AccessToken" (maybe in local storage) and do a check if it exists next time he gets back and if exists do the "login with auth token" or is this meant to be used in a different way?
I'm relatively new to C2 and trying to learn as much as possible.
Thanks in advance! Cheers!