Open
Description
opened on Oct 11, 2023
Feature proposal
- Firebase Component: All
The FlutterFire package downloads a pre-built library. Currently it assumes an x64 architecture and fails on Windows Arm64 machine.
Ideally the Firebase C++ SDK would also publish a Windows Arm64 library. This would enable the FlutterFire package to choose the correct library based off the target architecture.
Activity