Skip to content

Firestore: Use simple types for cursors #4109

Closed
@dhermes

Description

@dhermes

i.e.

db = firestore.Client()
query = db.collection('cities').order_by('population').start_at(1000000)

rather than the current

db = firestore.Client()
query = db.collection('cities').order_by('population').start_at({'population': 1000000})

/cc @samtstern @jonparrott

Metadata

Metadata

Assignees

Labels

api: firestoreIssues related to the Firestore API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions