Yadav122 commited on
Commit
9302b22
·
1 Parent(s): a8c0833
.env CHANGED
@@ -1,4 +1,4 @@
1
- ENVIRONMENT=PROD
2
  DATABASE_HOSTNAME=ep-royal-meadow-a4zzp6z8-pooler.us-east-1.aws.neon.tech
3
  DATABASE_USER=neondb_owner
4
  DATABASE_PASSWORD=npg_Kuh24FTfEsrx
 
1
+ ENVIRONMENT=DEV
2
  DATABASE_HOSTNAME=ep-royal-meadow-a4zzp6z8-pooler.us-east-1.aws.neon.tech
3
  DATABASE_USER=neondb_owner
4
  DATABASE_PASSWORD=npg_Kuh24FTfEsrx
app/api/endpoints/v1/firebaseauth/__pycache__/app.cpython-312.pyc CHANGED
Binary files a/app/api/endpoints/v1/firebaseauth/__pycache__/app.cpython-312.pyc and b/app/api/endpoints/v1/firebaseauth/__pycache__/app.cpython-312.pyc differ
 
app/api/endpoints/v1/firebaseauth/app.py CHANGED
@@ -15,6 +15,7 @@ router = APIRouter(prefix="/FirebaseAuth", tags=["FirebaseAuth related APIs"])
15
 
16
  # Initialize Firebase Admin SDK with better error handling
17
  try:
 
18
  current_dir = os.path.dirname(os.path.abspath(__file__))
19
  # Try multiple possible paths for the service account file
20
  service_account_paths = [
 
15
 
16
  # Initialize Firebase Admin SDK with better error handling
17
  try:
18
+
19
  current_dir = os.path.dirname(os.path.abspath(__file__))
20
  # Try multiple possible paths for the service account file
21
  service_account_paths = [
logs/app.log CHANGED
@@ -2,3 +2,7 @@
2
  2025-04-18T11:37:11.669495Z [info ] Started server process [8]  [uvicorn.error] filename=server.py func_name=serve lineno=76
3
  2025-04-18T11:37:11.670944Z [info ] Waiting for application startup. [uvicorn.error] filename=on.py func_name=startup lineno=48
4
  2025-04-18T11:37:11.676298Z [info ] Application startup complete.  [uvicorn.error] filename=on.py func_name=startup lineno=62
 
 
 
 
 
2
  2025-04-18T11:37:11.669495Z [info ] Started server process [8]  [uvicorn.error] filename=server.py func_name=serve lineno=76
3
  2025-04-18T11:37:11.670944Z [info ] Waiting for application startup. [uvicorn.error] filename=on.py func_name=startup lineno=48
4
  2025-04-18T11:37:11.676298Z [info ] Application startup complete.  [uvicorn.error] filename=on.py func_name=startup lineno=62
5
+ 2025-04-18T12:28:14.194185Z [info ] Shutting down  [uvicorn.error] filename=server.py func_name=shutdown lineno=265
6
+ 2025-04-18T12:28:14.439127Z [info ] Waiting for application shutdown. [uvicorn.error] filename=on.py func_name=shutdown lineno=67
7
+ 2025-04-18T12:28:14.543378Z [info ] Application shutdown complete. [uvicorn.error] filename=on.py func_name=shutdown lineno=78
8
+ 2025-04-18T12:28:14.586185Z [info ] Finished server process [8]  [uvicorn.error] filename=server.py func_name=serve lineno=86