You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the query to fetch the logs based on timestamp is made in such a way that our db have a UNIX timestamp but in firestore the timestamp is stored in an object(seconds, nanoseconds) so we need to fix query
Screenshots
Reproducibility
This issue is reproducible
This issue is not reproducible
Steps to Reproduce
Severity/Priority
Critical
High
Medium
Low
Additional Information
Checklist
I have read and followed the project's code of conduct.
I have searched for similar issues before creating this one.
I have provided all the necessary information to understand and reproduce the issue.
I am willing to contribute to the resolution of this issue.
The text was updated successfully, but these errors were encountered:
Issue Description
Currently, the query to fetch the logs based on timestamp is made in such a way that our db have a UNIX timestamp but in firestore the timestamp is stored in an object(seconds, nanoseconds) so we need to fix query
Screenshots
Reproducibility
Steps to Reproduce
Severity/Priority
Additional Information
Checklist
The text was updated successfully, but these errors were encountered: