I recently installed Firebase with Swift Package Manager. When installing it I was asked to select the libraries I wanted to include.
Shortly after adding a couple of these libraries I wanted to add another one. The only way I could figure out how to add a new one was to remove the full Firebase package and reinstall it with the additional package I needed. Is there a way to simply add another package without first completely removing the Firebase package?

