Open
Description
Operating System
n/a
Environment (if applicable)
n/a
Firebase SDK Version
11.4.0
Firebase SDK Product(s)
Firestore
Project Tooling
n/a
Detailed Problem Description
Currently, the only way to set ignoreUndefinedProperties
using the modular api is to use initializeFirestore
, which has different semantics as getFirestore
.
While firestore-compat has a way around this, it seems to be wrapped in private api's. Looking for an api on firestore to set this directly.
Steps and code to reproduce issue
n/a