arrowheadapps / strapi-connector-firestore

Strapi database connector for Firestore database on Google Cloud Platform.
MIT License
166 stars 15 forks source link

Feature: Utilise read-only transaction #56

Closed brettwillis closed 3 years ago

brettwillis commented 3 years ago

The Firestore Node.js SDK verision 4.13.0 made read-only transactions availeble. This should be utilised where appropriate to avoid acquiring locks on documents.