Andreas Kluth
Results
2
comments of
Andreas Kluth
In the Java world this is solved e.g. by https://github.com/opentable/otj-pg-embedded and https://github.com/yandex-qatools/postgresql-embedded whereas the opentable implementation is superior.
I was also able to reproduce this issue. To mitigate this issue I downgrading firebase UI components to 7.2.0 ``` implementation 'com.firebaseui:firebase-ui-auth:7.2.0' implementation 'com.firebaseui:firebase-ui-database:7.2.0' ```