Admin tools
Temporary admin-only shortcut for utility pages that should stay out of the main user experience.
Firebase ID token
Sign in, open this page, then copy the token into your terminal for protected API smoke tests.
User:Not signed in
Loading token…
# PowerShell (Windows)
$env:BASE_URL="http://localhost:3000"
$env:AUTH_MODE="firebase"
$env:FIREBASE_ID_TOKEN="PASTE_TOKEN_HERE"
npx tsx scripts/Make-sure-shit-works-testing-script.ts
$env:BASE_URL="http://localhost:3000"
$env:AUTH_MODE="firebase"
$env:FIREBASE_ID_TOKEN="PASTE_TOKEN_HERE"
npx tsx scripts/Make-sure-shit-works-testing-script.ts
Loading admin…