Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(auth): Auth config for initializeApp #428

Merged
merged 2 commits into from
Aug 12, 2016
Merged

fix(auth): Auth config for initializeApp #428

merged 2 commits into from
Aug 12, 2016

Conversation

davideast
Copy link
Member

Correcting the auth type used in AngularFireModule.initializeApp(config: FirebaseAppConfig, auth: AuthConfiguration).

@davideast davideast merged commit a2ee25d into angular:master Aug 12, 2016
@davideast davideast deleted the auth-config branch August 12, 2016 23:07
@rajjerry
Copy link

If I want to use firebase for below rules {
"rules": {
".read": "auth != null",
".write": "auth != null"
}
} than which version I use ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants