snorreks / nx-cloud-functions-deployer

Plugin for Nx that adds support for deploying Cloud Functions for Firebase.
MIT License
6 stars 1 forks source link

Build / emulate #1

Closed kjetilhp closed 6 months ago

kjetilhp commented 7 months ago

Hi, how are the development process supposed to work with this sctructure? Looking at the code I see that you have an emulate target but it is not documentet, the same with build. Am I supposed to keep a separate firebase.json to emulate all the functions at once? And build using deploy --dry? (the build target seem to have some issues with paths when called directly)

snorreks commented 6 months ago

It is not actually implemented, i started to play with it but gave up :L. But I will take a second look at it over the weekend :muscle:

snorreks commented 6 months ago

Should be working now in 2.5.0, see the example