-
Notifications
You must be signed in to change notification settings - Fork 953
Open
Description
Operating System
iOS 18.5
Environment (if applicable)
Mobile Safari 18.5
Firebase SDK Version
11.9.1
Firebase SDK Product(s)
Auth
Project Tooling
Angular 19.2.14
Detailed Problem Description
I noticed this bug in our sentry.
TypeError: Right side of assignment cannot be destructured
at <anonymous>(node_modules/@firebase/auth/dist/esm2017/index-8e6e89cb.js:8327:9)
at o(/chunk-GEF645E4.js:1:1563)
at zone._inneronInvoke(node_modules/@angular/core/fesm2022/core.mjs:6414:25)
at {_ZoneImpl#2}.run(node_modules/zone.js/fesm2015/zone.js:111:37)
at <anonymous>(node_modules/zone.js/fesm2015/zone.js:2430:30)
at zone._inneronInvokeTask(node_modules/@angular/core/fesm2022/core.mjs:6403:25)
at {_ZoneImpl#2}.runTask(node_modules/zone.js/fesm2015/zone.js:164:39)
at drainMicroTaskQueue(node_modules/zone.js/fesm2015/zone.js:567:23)
at ZoneTask.invokeTask(node_modules/zone.js/fesm2015/zone.js:477:11)
at invokeTask(node_modules/zone.js/fesm2015/zone.js:1092:12)
at globalCallback(node_modules/zone.js/fesm2015/zone.js:1122:21)
And the stack trace led me here:
for (const { fbase_key: key, value } of result) { |
Maybe the result
variable should be type checked more thoroughly.
Steps and code to reproduce issue
I don't know how to reproduce it.