We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
admin.initializeApp();
1 parent 95351f7 commit e5f6214Copy full SHA for e5f6214
firestore/main/index.js
@@ -23,7 +23,6 @@ async function initializeApp() {
23
async function initializeAppFunctions() {
24
process.env.GCLOUD_PROJECT = 'firestorebeta1test2';
25
// [START initialize_app_functions]
26
- const admin = require('firebase-admin');
27
28
29
const db = admin.firestore();
@@ -1097,4 +1096,4 @@ describe('Firestore Smoketests', () => {
1097
1096
it('should find all museums when querying a collection group', () => {
1098
return collectionGroupQuery(db);
1099
});
1100
-});
+});
0 commit comments