Firestore: Use simple types for cursors
Navigation Menu
{{ message }}
googleapis / google-cloud-python Public
- Notifications You must be signed in to change notification settings
- Fork 1.7k
Closed
Closed
Description
opened
on Oct 3, 2017i.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})
Metadata
Metadata
Assignees
Labels
Type
No type
Projects
No projects
Milestone
No milestone
Relationships
None yet
Development
No branches or pull requests
Issue actions