Enquanto tenta resolver o módulo `iDB` do arquivo
//#NPM
npm uninstall firebase
//then
npm install [email protected]
//#YARN
yarn remove firebase
//then
yarn add [email protected]
adens