nitrojs / nitro

Next Generation Server Toolkit. Create web servers with everything you need and deploy them wherever you prefer.
https://nitro.build
MIT License
6.16k stars 507 forks source link

fix(firebase): validate custom `serverFunctionName` #2773

Closed jpsc closed 3 weeks ago

jpsc commented 1 month ago

๐Ÿ”— Linked issue

Resolves #2643

โ“ Type of change

๐Ÿ“š Description

Normalize serverFunctionName to using underscore (_) instead of dashes (-).

Resolves #2643

๐Ÿ“ Checklist

jpsc commented 4 weeks ago

Not sure how to properly validade this fix.