I would like to export all our orders from Shopify to Firebase. 3 issues that I'm facing:
- No way to just get the entire order into firebase and have to define every single field
- Can't get line items as nested json inside an order
- Can't get billing address as 1 single json object.
Can anyone please help with any of the above?
Thanks