Skip to content

Commit 72171a6

Browse files
committed
docs: fixed whitespace problem with snippet
1 parent 1036e99 commit 72171a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎firestore/main/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
const debug = require('debug')('firestore-snippets-node');
22

33
// [START firestore_deps]
4-
// [START firestore_setup_client_create]
54
const admin = require('firebase-admin');
65
// [END firestore_deps]
7-
// [END firestore_setup_client_create]
86

97

108
// We supress these logs when not in NODE_ENV=debug for cleaner Mocha output
119
const console = {log: debug};
1210

1311
async function initializeAppWithProjectId() {
1412
// [START firestore_setup_client_create]
13+
const admin = require('firebase-admin');
14+
1515
admin.initializeApp({
1616
// The `projectId` parameter is optional and represents which project the
1717
// client will act on behalf of. If not supplied, it falls back to the default

0 commit comments

Comments
 (0)