Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <107142260+milaGGL@users.noreply.github.com>
- Loading branch information