Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Stocks

Firestore Stocks collection data model

{
  name: string,
  price: number,
  quantity: number
}