Skip to content

Commit

Permalink
Changed region
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-nirali-s committed Jan 3, 2025
1 parent 1074f4a commit e3c11e0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions functions/firebase-debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[debug] [2025-01-03T13:10:15.070Z] ----------------------------------------------------------------------
[debug] [2025-01-03T13:10:15.071Z] Command: /Users/NiraliSonani/.nvm/versions/node/v18.20.4/bin/node /Users/NiraliSonani/.nvm/versions/node/v18.20.4/bin/firebase init
[debug] [2025-01-03T13:10:15.071Z] CLI Version: 13.29.1
[debug] [2025-01-03T13:10:15.071Z] Platform: darwin
[debug] [2025-01-03T13:10:15.071Z] Node Version: v18.20.4
[debug] [2025-01-03T13:10:15.077Z] Time: Fri Jan 03 2025 18:40:15 GMT+0530 (India Standard Time)
[debug] [2025-01-03T13:10:15.077Z] ----------------------------------------------------------------------
[debug]
[debug] [2025-01-03T13:10:15.108Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
[debug] [2025-01-03T13:10:15.108Z] > authorizing via signed-in user ([email protected])
[info]
######## #### ######## ######## ######## ### ###### ########
## ## ## ## ## ## ## ## ## ## ##
###### ## ######## ###### ######## ######### ###### ######
## ## ## ## ## ## ## ## ## ## ##
## #### ## ## ######## ######## ## ## ###### ########

You're about to initialize a Firebase project in this directory:

/Users/NiraliSonani/Desktop/Splito

Before we get started, keep in mind:

* You are initializing within an existing Firebase project directory

2 changes: 1 addition & 1 deletion functions/src/mail_service/mail_service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if (!AWS_ACCESS_KEY_ID || !AWS_SECRET_ACCESS_KEY) {
throw new Error('AWS credentials are not set in Firebase Functions config');
}

const REGION = 'ap-south-1'; // Set your SES region
const REGION = 'asia-south1';
const sesClient = new SESClient({
credentials: {
accessKeyId: AWS_ACCESS_KEY_ID,
Expand Down

0 comments on commit e3c11e0

Please sign in to comment.