Copy these folders into the ROOT of your FieldFlow repo (same folder that contains app.py and requirements.txt):
.streamlit/scripts/
Create/modify: .streamlit/secrets.toml
- For local runs, set:
- Google redirect_uri:
http://localhost:8501 - Microsoft redirect_uri:
http://localhost:8501
- Google redirect_uri:
Then paste your real client IDs/secrets.
bash scripts/run_local.shpowershell -ExecutionPolicy Bypass -File scripts\run_local.ps1python scripts/test_secrets.pyIn Google Cloud Console:
- client_id ends with
apps.googleusercontent.com - client_secret is the random secret string you generate/download