I'm beginning to build an Angular 2 app with Firebase, hosted with Firebase, and I need to store my credentials.
When the app is running in production will it be safe to store my database credentials in my app.module.ts file?
I'm beginning to build an Angular 2 app with Firebase, hosted with Firebase, and I need to store my credentials.
When the app is running in production will it be safe to store my database credentials in my app.module.ts file?