File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ firestore-debug.log
2525storage-debug.log
2626ui-debug.log
2727.firebase /
28+ firebase-export- *
2829
2930# ---- Environment / Secrets ----
3031* .pem
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ import { getFirestore } from "firebase-admin/firestore";
44
55if ( process . env . NODE_ENV === "development" ) {
66 process . env . FIRESTORE_EMULATOR_HOST = "localhost:8080" ;
7+ process . env . FIREBASE_AUTH_EMULATOR_HOST = "localhost:9099" ;
8+ process . env . FIREBASE_STORAGE_EMULATOR_HOST = "localhost:9199" ;
79}
810
911if ( getApps ( ) . length === 0 ) {
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ export const authConfig = {
1414 serviceAccount : {
1515 projectId : process . env . FIREBASE_PROJECT_ID ! ,
1616 clientEmail : process . env . FIREBASE_CLIENT_EMAIL ! ,
17- privateKey : process . env . FIREBASE_PRIVATE_KEY ! . replace ( / \\ n / g , "\n" ) ,
17+ privateKey : process . env . FIREBASE_PRIVATE_KEY ! ,
1818 } ,
1919} ;
You can’t perform that action at this time.
0 commit comments