You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/datastore/src/index.js
+13-15Lines changed: 13 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -68,25 +68,23 @@ var PKG = require('../package.json');
68
68
* //-
69
69
* // <h3>The Datastore Emulator</h3>
70
70
* //
71
-
* // <h4>gcloud SDK not supported</h4>
71
+
* // Make sure you have the
72
+
* // [gcloud SDK installed](https://cloud.google.com/sdk/downloads), then run:
72
73
* //
73
-
* // As of this release, the Datastore emulator that is part of the gcloud SDK
74
-
* // is not compatible with google-cloud-node. We use
75
-
* // <a href="http://grpc.io">gRPC</a> as our transport layer, while the gcloud
76
-
* // SDK's Datastore emulator does not support gRPC.
0 commit comments