Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Transactions

Transactions firestore collection data model

{
  userId: <userId>,
  type: `STOCK_${tradeType}`,
  refId: id,
  timestamp: <timeStamp>
}