Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a nil pointer dereference in firestore index creation
#3766 removed a nil pointer check when creating firestore indexes. This was a legitimate check, for when indexes already exist. Tested this manually. Unit testing is trickier because the firestore emulator in gcloud doesn't support indexes.
- Loading branch information