now i found a way to remote debugg it in chrome devtools, this is the error output:
ReferenceError: globalThis is not defined
at Module.<anonymous> (vendor-es5.js:158248)
at Module.spgP (vendor-es5.js:158400)
at __webpack_require__ (runtime-es5.js:85)
at Module.ZAI4 (main-es5.js:295)
at __webpack_require__ (runtime-es5.js:85)
at Module.zUnb (main-es5.js:647)
at __webpack_require__ (runtime-es5.js:85)
at Object._ (main-es5.js:19)
at __webpack_require__ (runtime-es5.js:85)
at checkDeferredModules (runtime-es5.js:46)
capacitor.handleError @ capacitor-runtime.js:358
capacitor.handleWindowError @ capacitor-runtime.js:378
if i follow in those vendor-es5.js files the error that they is un undefined
globalThis. on these line of angular fire
globalThis.ɵAngularfireInstanceCache || (globalThis.ɵAngularfireInstanceCache = new Map());
help me know what to