При попытке разрешить модуль `idb` из файла
//#NPM
npm uninstall firebase
//then
npm install firebase@9.6.11
//#YARN
yarn remove firebase
//then
yarn add firebase@9.6.11
adens