Bots can be authenticated in two ways:
Email & Password authentication is the most common way to authenticate your bot. It allows you to log in with your Shell Shockers account and access all the features of the game.
Refresh Token authentication is used to authenticate your bot with a Firebase refresh token. This is how you would log in to an account that traditionally uses Google authentication.
Anonymous authentication is used to authenticate your bot without an account. This is useful for quick testing or for bots that don't need to access any account-specific features on-the-go.
Once a bot is authenticated, they can use bot.account to access account-like information as well as the account methods to perform actions like redeeming codes, buying items, and more.
We recommend that bots for official servers (im looking at you, leagues) so that you could request special permissions in the future from game developers. The odds you get any are literally negative, but it's worth a shot.
Bots can be authenticated in two ways:
Email & Password authentication is the most common way to authenticate your bot. It allows you to log in with your Shell Shockers account and access all the features of the game.
Refresh Token authentication is used to authenticate your bot with a Firebase refresh token. This is how you would log in to an account that traditionally uses Google authentication.
Anonymous authentication is used to authenticate your bot without an account. This is useful for quick testing or for bots that don't need to access any account-specific features on-the-go.
Once a bot is authenticated, they can use bot.account to access account-like information as well as the account methods to perform actions like redeeming codes, buying items, and more.
We recommend that bots for official servers (im looking at you, leagues) so that you could request special permissions in the future from game developers. The odds you get any are literally negative, but it's worth a shot.