Open blairjo opened 1 year ago
Thanks for filling up this request! This feature is on our radar and the team will discuss and plan accordingly.
Thanks for the update @renkelvin Are there any rough ideas on when this might be available?
We are unable to promise a timeline right now, but we have put this feature request on our radar. Thanks!
Describe your environment
Describe the problem
Steps to reproduce:
Our apps use Persistence.SESSION level persistence.
When enrolled with multi-factor auth, firebase will return an auth/multi-factor-auth-required error after login to trigger the multi-factor flow. As far as I can see from the docs it will always do this, requiring users to enter an SMS code every time they log in. This could get annoying for the users, as well as becoming quite expensive if you have lots of users.
It would be great if when calling resolveSignIn there was an option to remember a device for a specified period of time (or always) so that firebase does not continue to return the auth/multi-factor-auth-required error.
Are there any plans for this feature?