Beim Versuch, das Modul `idb` aus der Datei zu beheben
//#NPM
npm uninstall firebase
//then
npm install [email protected]
//#YARN
yarn remove firebase
//then
yarn add [email protected]
adens