hi,
in my shopify store, i want to use the quantity input to create new documentS in my firebase database.
the case: a user has made a paid order for one product, he bought 10 items from the same product, now i want to create 10 new documents in a specific collection in my firebase database. each document should have a unique id. basically i want to multiply documents by the order items quantity.
the other acceptable alternative is to do so but with google spreadsheets.
thanks in advance