Skip to content

Commit

Permalink
removed firebase auth check and used angularFire2
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronksaunders committed Sep 30, 2016
1 parent 9e69b68 commit d79b83d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ import { AngularFireModule } from 'angularfire2';

// Must export the config
export const firebaseConfig = {
apiKey: "AIzaSyBb0yc3UWwQPy_dvkcRLThNfQZuNx9jZ-g",
authDomain: "fir-starterapp.firebaseapp.com",
databaseURL: "https://fir-starterapp.firebaseio.com",
storageBucket: "fir-starterapp.appspot.com",
};
apiKey: '<your-key>',
authDomain: '<your-project-authdomain>',
databaseURL: '<your-database-URL>',
storageBucket: '<your-storage-bucket>'
};

@NgModule({
imports: [
Expand Down

0 comments on commit d79b83d

Please sign in to comment.