Deploy this code to google cloud function https://cloud.google.com/functions/docs/deploying
Set sitemapGenerator as entry point
Setup API_SITEMAP_URL ENV variable
https://cloud.google.com/functions/docs/configuring/env-var
Just add to firebase.json
"rewrites": [
{
"source": "/sitemap.xml",
"function": "yourFunctionName"
},
]