Improve auth implementation

This commit is contained in:
2026-02-25 17:28:20 +00:00
parent e77a2ba2ed
commit 9a2643a029
6 changed files with 125 additions and 58 deletions

View File

@@ -11,7 +11,7 @@ from google.cloud.firestore_v1.async_client import AsyncClient
from va_agent.session import FirestoreSessionService
os.environ.setdefault("FIRESTORE_EMULATOR_HOST", "localhost:8153")
os.environ.setdefault("FIRESTORE_EMULATOR_HOST", "localhost:8602")
@pytest_asyncio.fixture