Is it possible to generate Swagger Spec file from function comments in firebase cloud functions? If so, how can we do it?
I see the cloud functions code to be more like
There is not an automatic way to do this at this time. I think you could build your own but seems like it would be a lot of work.