Installation

Add gstore-node and google-cloud Datastore libs to your project

 npm install gstore-node @google-cloud/datastore --save
 # or
 yarn add gstore-node @google-cloud/datastore

Last updated