Skip to content

Fix exclude by PK on firestore

Adam Alton requested to merge fix-exclude-on-firestore into 30-integrate-firestore

result.id is a string, even if the PK type is an int, hence this wasn't working.

Edited by Adam Alton

Merge request reports