Skip to content

Commit e45ddd7

Browse files
committed
Merge pull request #533 from ryanseys/projectId-missing
Add documentation for projectId
2 parents f145a7f + c77c932 commit e45ddd7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ var util = require('./common/util.js');
6565
* @constructor
6666
*
6767
* @param {object} config - Connection configuration options.
68+
* @param {string} config.projectId - The project ID from the Google Developer's
69+
* Console. E.g. 'purple-grape-123'.
6870
* @param {string=} config.keyFilename - Full path to the a .json, .pem, or .p12
6971
* key downloaded from the Google Developers Console. NOTE: .pem and .p12
7072
* require you to specify `config.email` as well.

0 commit comments

Comments
 (0)