Commit ff1c716
committed
Fix: Firebase settings read-only error
Fixes the "Cannot assign to 'settings' because it is a read-only property" error in `src/lib/firebase.ts`. The code was trying to directly assign to the `settings` property of the Firebase auth object, which is not allowed. The fix involves using the appropriate method to set the settings.1 parent 14149e9 commit ff1c716
1 file changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | 32 | | |
37 | 33 | | |
38 | 34 | | |
| |||
48 | 44 | | |
49 | 45 | | |
50 | 46 | | |
| 47 | + | |
0 commit comments