firebase / firebase/firebase-cpp-sdk
[FR] Add Windows Arm64 support
Open
api: core
type: feature request
- Dominant language
- C++
- Stars
- 326
- Forks
- 137
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 5
Description
### Feature proposal
* Firebase Component: All
The FlutterFire package [downloads a pre-built library](https://github.com/firebase/flutterfire/blob/a48a707061e234a18bcef663d78c4a899caadf75/packages/firebase_core/firebase_core/windows/CMakeLists.txt#L28C27-L28C118). 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.
Contributor guide
Assessment
This issue has not been assessed yet.