Created
January 5, 2017 18:08
-
-
Save 0x-r4bbit/eb8c12b8b49ee81084986440d100a089 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@NgModule({ | |
providers: [] | |
}) | |
export class ConfiguredAngularFireModule { | |
configure(config) { | |
return AngularFireModule.initializeApp(config, { | |
provider: AuthProviders.Password, | |
method: AuthMethods.Password | |
}); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment