Saat mencoba menyelesaikan modul `idb` dari file
//#NPM
npm uninstall firebase
//then
npm install [email protected]
//#YARN
yarn remove firebase
//then
yarn add [email protected]
adens