This seems to be the go-to reference for others trying to solve this problem:
https://medium.com/firebase-developers/using-firebase-in-electron-tips-and-tricks-24ac5b44bf5a
In the reference it says:
Solution 1: Using a Bundler
If your project uses a bundler, the project’s bundler config determines which of these Firebase bundles gets bundled into the final files. Setting the bundler’s config to prioritize the browser field over main will ensure the browser version of Firebase gets into your bundle, and Firebase will behave as if in a browser environment.
Consult your specific bundler’s documentation on how to set the priority of these fields.
Anyone know how I would accomplish this in Quasar?