-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Research for a 1:1 row-value mapping for retrieving paginated results from Firebase BigQuery exports
User Stories
As a consumer, I want data returned from the endpoint to be indexed with a cursor,
So that I can easily demarcate a subset of data based on when it was indexed
Acceptance Criteria
Given that I query the API with a cursor
When I inspect the data returned,
I should see an index on each row greater than or equal to the value of the cursor
And
the cursor should be different for each event in the response object
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request