Jeremy Belolo
Jeremy Belolo

Reputation: 4539

Firebase - prevent bot mass signup

I have a website as well as a hybrid app relying on Firebase to handle everything. On the register process, there is currently nothing preventing a bot from registering infinite user accounts with a simple loop.

Upvotes: 2

Views: 1175

Answers (1)

Doug Stevenson
Doug Stevenson

Reputation: 317677

The limits are documented, among other things:

New account creation - 100 accounts/IP address/hour
Account deletion - 10 accounts/second

You don't have any way to further limit the system.

Upvotes: 6

Related Questions