Firebase Auth - brute force attack prevention

后端 未结 1 1529
猫巷女王i
猫巷女王i 2021-01-14 04:44

We have an Android and iOS apps which we implemented the Firebase Authentication using Email/Password, Facebook and Google Account.

How can we know if Firebase preve

1条回答
  •  孤街浪徒
    2021-01-14 05:29

    The Firebase Authentication service is monitored for abuse. Information about this monitoring and the actions taken on detected abuse is seldom documented though, since the information changes regularly and would be more helpful to abusers than to most developers.

    If you think your use-case is being affected by this monitoring or the actions taken upon it, reach out to Firebase support with clear details (i.e. code)on what you're trying to do, and what behavior you seeing.

    0 讨论(0)
提交回复
热议问题