hybridDynamicPrefixes property
URL prefixes that route to the Jaspr Cloud Run service instead of
to static hosting. Only meaningful in hybrid mode. Defaults to
['/api', '/auth'] so the user has a sensible non-empty starting
point; the firebase.json generator emits a run:<service> rewrite
for every prefix listed here.
Implementation
final List<String> hybridDynamicPrefixes;