Skip to content

[Firestore] Field Path escaping in python doesn't match other languages #6549

@crwilcox

Description

@crwilcox

There are no FieldPath overloads in the SDK. Instead, there is a field_path() method that returns an encoded string. While the Python SDK expects fully escaped field paths,
other SDKS escape user-provided field paths by default and split on dots for this escaping.

Metadata

Metadata

Assignees

Labels

api: firestoreIssues related to the Firestore API.triaged for GAtype: processA process-related concern. May include testing, release, or the like.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions