You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate a firebase function linked to a firebase app in the workspace
Delete that firebase function's directory from the workspace using just the filesystem
Try to run the sync generator
Note that Nx is unhappy because the deleted firebase function remains an implicitDependency of the project, so sync cannot do its work to cleanup because it cant read the projectGraph
It would be handy to be able to just delete a function project folder, rather than using nx g rm
One possibility is to not even use implicitDependencies in the firebase app project, just have the build step run-many with the firebase app project tag, but it is quite nice that the nx graph shows this relationship between firebase apps and firebase functions.
It would be handy to be able to just delete a function project folder, rather than using
nx g rm
The text was updated successfully, but these errors were encountered: