-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
two-factor authorization #4
Comments
Hello @davidseca , |
Hello @tkohout , Thanks for your quick answer. I have tried the both approaches (sms and Google-Authenticator-App). And both of them work for me. But of course in both cases (sms and Google-Authenticator-App) an user interaction is needed. So currently using a two-factor Auth cannot be a complete automatic process, isn't it? |
Yes, well there is a mechanism of Trusted device but I am not sure what google uses to identify a device. I might look into it in future but for now the only option for complete automatic process is to use an account with the two-step verification turned off. EDIT: The method used for the authetication is always the default one |
Hello @tkohout , Yes, a complete automatic process using a two-factor Auth would be a useful feature in future. Thanks so much you answer all my questions. |
I have two-factor authorization on my Google Account.
When i run the lane it asks me for the password and then there is an error because it waits for the 6-digit code.
There is the option of creating an App password on my Google Account but of course it does not work with web-based login.
Is there a way to use two-factor authorization with fastlane-plugin-firebase?
Here is my lane:
Here is the terminal output:
The text was updated successfully, but these errors were encountered: