firebase-cpp-sdk
firebase-cpp-sdk copied to clipboard
Add ARM kCpuArchitecture string for Linux platforms
Description
ARM architecture is working as expected for me using Auth and Database services, the unique problem I had was the kCpuArchitecture string declaration
[Add kCpuArchitecture]: # Add ARM kCpuArchitecture string for Linux platforms
Testing
Manually tested using examples.
Type of Change
Place an x the applicable box:
- [ ] Bug fix. Add the issue # below if applicable.
- [x] New feature. A non-breaking change which adds functionality.
- [ ] Other, such as a build process or documentation change.
Notes
- Bug fixes and feature changes require an update to the
Release Notessection ofrelease_build_files/readme.md. - Read the contribution guidelines CONTRIBUTING.md.
- Changes to the public API require an internal API review. If you'd like to help us make Firebase APIs better, please propose your change in a feature request so that we can discuss it together.
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
For more information, open the CLA check for this pull request.
I signed CLA, it should be ready.