Reputation: 4539
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
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