Last active
June 8, 2020 04:07
-
-
Save bacongravy/c421bcf996af7ac80010439ab55354ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const credentials = JSON.parse(process.env.FIREBASE_SERVICE_ACCOUNT); | |
| const { Firestore } = require("@google-cloud/firestore"); | |
| const db = new Firestore({ projectId: credentials.project_id, credentials }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment