Skip to content

Commit

Permalink
Fix fb config name
Browse files Browse the repository at this point in the history
  • Loading branch information
liorva committed Apr 21, 2018
1 parent 051da40 commit 316370a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AgudaApp/src/app/app.firebase.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const FIREBASE_CONFIC = {
export const FIREBASE_CONFIG = {
apiKey: "AIzaSyC-GQk9UIhaQnGv_NXLq4iazMmfLK5WL-M",
authDomain: "agudajce-2018.firebaseapp.com",
databaseURL: "https://agudajce-2018.firebaseio.com",
Expand Down
4 changes: 2 additions & 2 deletions AgudaApp/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { StatusBar } from '@ionic-native/status-bar';
import { SplashScreen } from '@ionic-native/splash-screen';

import { AngularFireModule } from 'angularfire2';
import { FIREBASE_CONFIC } from './app.firebase.config';
import { FIREBASE_CONFIG } from './app.firebase.config';
import { AngularFireAuthModule } from 'angularfire2/auth';

import { HomePage } from '../pages/home/home';
Expand Down Expand Up @@ -39,7 +39,7 @@ import { HomeDataProvider } from '../providers/home-data/home-data';
imports: [
BrowserModule,
IonicModule.forRoot(MyApp),
AngularFireModule.initializeApp(FIREBASE_CONFIC),
AngularFireModule.initializeApp(FIREBASE_CONFIG),
AngularFireAuthModule,
ComponentsModule,
EntryScreenPageModule
Expand Down

0 comments on commit 316370a

Please sign in to comment.