2

I am pushing flutter(android) app to firebase testlab, for robo test. App has login with OTP, as login process. where should I add credentials like (name, email, mobile and OTP) in testlab for robo test.

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
Sid
  • 23
  • 4
  • [link](https://stackoverflow.com/questions/38260874/how-to-provide-login-credentials-to-an-automated-android-test) this fix is for native android project right? – Sid Jul 08 '20 at 14:48

1 Answers1

1

Robo currently does not support Flutter apps. It only supports native Android and iOS apps that use native widgets. Please see the documentation on that. Feel free to file a feature request with Firebase support.

Doug Stevenson
  • 297,357
  • 32
  • 422
  • 441