Ehsan
Ehsan
Upgrade the gRPC version to pick up the fix mentioned in https://github.com/firebase/firebase-ios-sdk/issues/14323#issuecomment-2585008944
Adds support for MinKey, MaxKey, RegexValue, Int32Value, BsonObjectId, BsonTimestamp, and BsonBinaryData.
Adds support for MinKey, MaxKey, RegexValue, Int32Value, BsonObjectId, BsonTimestamp, and BsonBinaryData.
Adds support for MinKey, MaxKey, RegexValue, Int32Value, BsonObjectId, BsonTimestamp, and BsonBinaryData.
The SDK has been [using](https://github.com/search?q=repo%3Agoogleapis%2Fnodejs-firestore%20bigint&type=code) `BigInt` for a long time without explicitly having `target: "es2020"` in the `tsconfig.json` file. Based on my research, ES2016 did not include BigInt. I suspect...
Adds support for MinKey, MaxKey, RegexValue, Int32Value, Decimal128Value, BsonObjectId, BsonTimestamp, and BsonBinaryData.