This repository was archived by the owner on Mar 4, 2026. It is now read-only.
Commit 133f4da
fix: Remove incorrect,unreachable and unused code (#1983)
* Prevent Serialization of firestore
The toJSON function spelling name is incorrect therefore this method is not triggered when using JSON.stringify on firestore objects
* Remove unused code
This code is never invoked, the spelling of toJSON is also wrong ( it is toJson here)
Also the Firestore Class toJSON method works well now for protecting the private keys of firestore instance
---------
Co-authored-by: Mila <[email protected]>1 parent ecfb8fe commit 133f4da
1 file changed
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
745 | 745 | | |
746 | 746 | | |
747 | 747 | | |
748 | | - | |
749 | | - | |
750 | | - | |
751 | | - | |
752 | | - | |
753 | | - | |
754 | | - | |
755 | 748 | | |
756 | 749 | | |
757 | 750 | | |
| |||
0 commit comments