Marcell Misó

Results 2 issues of Marcell Misó

The commit number in the Docker file clones a version of the app that isn't working in some cases. You just have to remove the `#cc57ee74f620cb05f1c31da22e67e5fe55e46a6b` part and build it...

### Version info **Angular:**14.2.4 **Firebase:**9.10.0 **AngularFire:**7.4.1 ### How to reproduce these conditions ``` ... imports: [ provideFirebaseApp(() => initializeApp(environment.firebase)), providePerformance(() => (environment.production ? getPerformance() : undefined)), ] ``` Note that...