Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
this.auth = zone.runOutsideAngular(() => {
const app = _firebaseAppFactory(config, name);
return app.auth();
});
this.firestore = zone.runOutsideAngular(() => {
const app = _firebaseAppFactory(config, name);
return app.firestore();
});