You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: