angular-auth-demo icon indicating copy to clipboard operation
angular-auth-demo copied to clipboard

can you update the repo to handle angular 4

Open chaoranxie opened this issue 8 years ago • 3 comments

I am getting errors like

export 'AuthMethods' was not found in 'angularfire2'
export 'AuthProviders' was not found in 'angularfire2'

chaoranxie avatar May 09 '17 22:05 chaoranxie

+1

Silverbug avatar May 14 '17 10:05 Silverbug

@chaoranxie It seems you have installed angularfire2 for Angular 4.0. The interface has changed as described within the documentation, have a look here: https://github.com/angular/angularfire2/blob/master/docs/version-4-upgrade.md it will solve your problem.

git-no avatar May 18 '17 19:05 git-no

export 'AuthMethods' was not found in 'angularfire2' export 'AuthProviders' was not found in 'angularfire2'

The issue still remains

achillesion avatar Jul 18 '17 00:07 achillesion