firebase-cpp-sdk icon indicating copy to clipboard operation
firebase-cpp-sdk copied to clipboard

Firebase C++ SDK

Results 208 firebase-cpp-sdk issues
Sort by recently updated
recently updated
newest added

* Firebase C++ SDK version: 6.11 * Main Firebase Components in concern: Analytics (Auth, Database, etc.) * Other Firebase Components in use: Auth, Db, Storage (Auth, Database, etc.) * Platform...

type: feature request
api: analytics

Fixed wrong template function definition

TARGET_OS_IPHONE is defined as a zero in the "TargetConditionals.h" on the MacOS. So current test for iOS `#if defined(TARGET_OS_IPHONE)` is always true on MacOS... It has to be checked as...

### [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: commit f0a9d5b65e3a014aee347ea9bb3b664cdce2ae55 * Firebase C++ SDK version: v6.16.0 * Main Firebase...

type: feature request
api: core

Do You plan to add official support for Arduino/ESP8266/ESP32? There is library that is created by people from Google, but it isn't supported by Google - https://github.com/FirebaseExtended/firebase-arduino Because database secrets...

type: feature request

Is there any way to load configs from GoogleService-Info.plist for multi projects? Firebase's docs says >If the builds are part of a single target, the best option is to give...

type: feature request
api: core

### 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: 6.12.0 Firebase plugins in use (Auth, Database, etc.): Auth,...

api: database
type: bug

### 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 Firebase C++ SDK version: 6.15.0 Firebase plugins in use (Auth, Database, etc.):...

api: auth
type: bug

Feature request: disable auto logging of in_app_purchase. Now it logs prices with taxes. It breaks analytics and iTunes/Google has different in reports.

type: feature request
api: analytics