Skip to content

Instantly share code, notes, and snippets.

@gavilanch
Created June 25, 2019 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gavilanch/fdf57c6c12e806afcd4a6635730243f1 to your computer and use it in GitHub Desktop.
Save gavilanch/fdf57c6c12e806afcd4a6635730243f1 to your computer and use it in GitHub Desktop.
import { AngularFireAuthModule } from '@angular/fire/auth';
@NgModule({
 imports: [
BrowserModule,AngularFireModule.initializeApp(environment.firebaseConfig),
   AngularFirestoreModule, // <-----
   AngularFireAuthModule,
   AppRoutingModule,
   NgbModule,
   ReactiveFormsModule
 ],
...
})
export class AppModule { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment