(as a followup to this question):
But the Firebase SDK for Unity does not support Windows. I need to support Windows.
You're correct that the Firebase SDK for Unity does not natively support Windows Desktop. To implement Firebase Authentication with Epic's OpenID on Windows in Unity, you'll need a workaround that leverages Firebase's REST API for authentication instead. Here’s how you can set this up.