pulyaevskiy / firebase-functions-interop

Firebase Functions Interop Library for Dart.
BSD 3-Clause "New" or "Revised" License
191 stars 52 forks source link

Add support for locations/regions #44

Closed grundid closed 5 years ago

grundid commented 5 years ago

Firebase functions can have different locations. Could you please add support for that?

https://firebase.google.com/docs/functions/locations

pulyaevskiy commented 5 years ago

Thanks for reporting. Definitely, will work on this during the week. Might even get it in later today.

pulyaevskiy commented 5 years ago

Just published 1.0.0 (stable) which adds region and runWith methods to functions.

Note that it's also a breaking change release. See UPGRADING.md or CHANGELOG.md for more details.

Closing as resolved.