grahamearley / FirestoreGoogleAppsScript

A Google Apps Script library for accessing Google Cloud Firestore.
http://grahamearley.website/blog/2017/10/18/firestore-in-google-apps-script.html
MIT License
648 stars 109 forks source link

How to iterate through a document having an array field? #130

Closed kaurCodes closed 2 years ago

LaughDonor commented 2 years ago

Fetching documents using this library will automatically convert array fields into actual javascript arrays. Just loop through actual array to get the nested data.