firebase-cpp-sdk
firebase-cpp-sdk copied to clipboard
Firebase C++ SDK
Hardcoding `python` as the Python executable doesn't work on new MacBooks (and gLinux) since the `python` executable does not exist, only `python3`. So instead, use cmake's built-in mechanism for finding...
Firestore's integration_test_internal tests use absl; however, on Android absl was not pulled in correctly. Namely, it provided access to absl's header files but it never compiled absl. This worked fine...
### [REQUIRED] Please fill in the following fields: * Pre-built SDK from the [website](https://firebase.google.com/download/cpp) or open-source from this repo: _____ * Firebase C++ SDK version: **_9.0.0____** * Main Firebase Components...
### [REQUIRED] Please fill in the following fields: * Pre-built SDK from the [website](https://firebase.google.com/download/cpp) or open-source from this repo: self-built * Firebase C++ SDK version: 8.8.0 * Problematic Firebase Component:...
Hello fantastic Firebase folks, It looks like all the ProGuard specs start by ignoring all warnings for the project that uses them, with `-ignorewarnings`. (To reproduce, run `grep ignorewarnings external/firebase_cpp/libs/android/*.pro`...
Hey wonderful Firebase folks, The iOS+ SDK these days has [pretty broad support for macOS](https://firebase.google.com/docs/ios/learn-more#firebase_library_support_by_platform). But on quick inspection, it looks like a lot of that functionality, e.g., Analytics, is...
### [REQUIRED] Please fill in the following fields: * Pre-built SDK from the [website](https://firebase.google.com/download/cpp) or open-source from this repo: pre-built from website * Firebase C++ SDK version: 8.8.0 * Problematic...
hi ,Can I use the firebase_analytics library in a Windows desktop application?
Use a Python virtualenv when running Python scripts during a cmake build. This PR is a copy of https://github.com/firebase/firebase-ios-sdk/pull/9662. This PR adds a new cmake module, `python_setup`, that defines a...