Bypassing passwordless verification for automated test account

Apologies if this has been answered elsewhere but I couldn’t find a straight forward solution,

We currently use passwordless authentication with an emailed one-time-password for login to our native app.
We want to start using Google Firebase Robo tests to do automated testing and I’m wondering if there’s a straight forward way to allow a specific email or set of emails, e.g. tester@my-tenant.com to bypass the need for a OTP. Maybe whitelisting or a custom rule or something? What have others in this situation done?

Thanks.

Hi @eddietomo,

Welcome to the Community!

Would this method work for you?

Let me know,
Dan

Hi Dan,

Thanks for replying and your suggestion. Looks like that would work on an ad-hoc basis but for a general CI/CD workflow we’d need to add in the extra connection type and rule logic on a more permanent basis

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.