Functions API
🤖 This is a generated document — do not edit. Built by
tools/wiki/generate-functions-page.tsfrom theonRequestmodules underapps/firebase-functions/src(endpoints,defineSecretdeclarations,collection()touches,verifyAuthmarkers). Refresh withbun run wiki:buildand commit; staleness fails the wiki gates in CI and pre-push. About this section: Generated Docs.
See also: Secrets Management, Firestore and Security Rules, Entitlements
The Cloud Functions HTTP surface — 6 functions, 11 endpoints.
auth = the handler verifies a Firebase ID token (verifyAuth);
recent auth additionally requires a fresh sign-in (assertRecentAuth);
rate-limited = a quota/rate check guards the call. Markers are parsed from
the handler bodies — a new endpoint shows up here on the next wiki:build.
Endpoints​
| Method | Endpoint | Access | Module |
|---|---|---|---|
POST | /feedback/send | auth, rate-limited | feedback.ts |
GET | /geo/autocomplete | public | geo.ts |
GET | /geo/search | public | geo.ts |
POST | /geo/matrix | public | geo.ts |
GET | /geo/directions | public | geo.ts |
GET | /healthCheck | public | index.ts |
GET | /helloworld/ping | public | helloworld.ts |
POST | /subscription/change-plan | auth | subscription.ts |
DELETE | /users/data | auth, recent auth | users.ts |
GET | /users/export | auth | users.ts |
DELETE | /users/account | auth, recent auth | users.ts |
Secrets & collections by function​
What each function declares (secrets from Firebase Secret Manager) and which Firestore collections its module reads or writes.