Angularfire: AuthProviders and AuthMethods can mismatch with a confusing error

Created on 18 May 2016  路  1Comment  路  Source: angular/angularfire

If you choose:

provider: AuthProviders.Password,
method: AuthMethods.Popup     

You'll get the error:

Error: Unsupported firebase auth provider 4

Which is confusing. The real error is that the method and provider are incompatible.

Help Wanted! auth

Most helpful comment

We should definitely support this. Will look into adding during the 3.0 update.

>All comments

We should definitely support this. Will look into adding during the 3.0 update.

Was this page helpful?
0 / 5 - 0 ratings