Note the following, from the documentation for that SDK:
Caution: Firebase C++ SDK desktop support is a beta feature. This feature is intended only for workflows during the development of your game, not for publicly shipping code.
I.e., it's an SDK for testing mobile games on desktop, rather than a desktop SDK.
I guess pure Dart implementations would be the way to go then.
If we decide(e.g. I am planning to work on this) to tackle this, should we create separate issues per product and work on them accordingly?
@salihgueler I think one meta issue and discussion in the PR would work as well but It's not up to decide. How do you plan to implement it?
Most helpful comment
I guess pure Dart implementations would be the way to go then.