I have a firebase database currently connected to my app with the GoogleService-Info.plist, etc. It works great.
I would like to connect my app to a second firebase database as well.
It looks like this problem was solved for Android here.
Any idea how to add a second firebase database with Swift in Xcode?
EDIT: I have tried several approaches, including using FIROptions to set up an instance of a database. I just can't seem to structure the code correctly. Any help is appreciated!