The convention for `.dart_tool` is to namespace things by the package that creates them. If we are publishing this code as `pkg:firebase_functions` then that should be the name!
The convention for
.dart_toolis to namespace things by the package that creates them.If we are publishing this code as
pkg:firebase_functionsthen that should be the name!