Misha Mikus
Misha Mikus

Reputation: 183

How to disable CAPTCHA for QA env in firebase auth (react native app)?

We are working on the test automation framework for react-native app.
When we try to log in on the app on iOS build (manually or automatically) we get redirected to the captcha :
enter image description here

How we can to disable captcha for firebase auth?
Why the captcha appears only on iOS build?

Update:
It is possible to do this without firebase.auth().signInAnonymously() mentioned in this post ?

Upvotes: 4

Views: 1886

Answers (1)

Related Questions