Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Backport: fix a nil pointer dereference in firestore index creation #4053

Merged
merged 1 commit into from
Jul 15, 2020

Conversation

awly
Copy link
Contributor

@awly awly commented Jul 15, 2020

Backport of #4041 into 4.3

#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.

#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.
@awly awly merged commit d5c2d63 into branch/4.3 Jul 15, 2020
@awly awly deleted the andrew/4.3/fix-firestore-nil-panic branch July 15, 2020 22:08
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants