Search code examples
firebaseflutterauthenticationautomated-testsfirebase-test-lab

How to add credentials to firebse testlab for custom signin in flutter android app


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.


Solution

  • 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.