且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Angularfire 2错误:指定的身份验证提供程序未启用此Firebase

更新时间:2023-12-03 11:05:10

Firebase2 in its current version (2.4.2) is not yet compatible with Firebase SDK v3, and all projects created with the new Firebase console are only accessible with calls comaptible with SDK v3.

You want to create your Firebase backend in the legacy console www.firebase.com first, and then migrate to the new console.

This is documented in this closed issue of the angularfire2 github: https://github.com/angular/angularfire2/issues/189