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

fields property is missing in Results of firestore.getDocuments("CollectionName") function. #96

Closed Subroid closed 4 years ago

Subroid commented 4 years ago

Minimal code to reproduce the problem

const firestore = FirestoreApp.getFirestore(email, key, projectId);
Logger.log(firestore.getDocuments("myCollectionName");

Expected Behavior

Actual Results

Library Version:
LaughDonor commented 4 years ago

Which version of the library are you using, @Subroid ? This sounds related to #94.

Subroid commented 4 years ago

I'm using v29. I think I should use the latest. Thanks for quick response.