To do any operation in firestore we have to have the firestore admin reference (what is passed to initialize). There are checks all over the codebase to ensure we don't execute an operation if we don't have the reference.
Explore where that check is really needed and refactor accordingly.
wovalle commented on Dec 5, 2020 •