Tags: firebase/firebase-cpp-sdk
Tags
Update mobile dependencies - Tue Mar 25 2025 (#1701) * Update mobile dependencies - Tue Mar 25 2025 ### Android - com.google.android.gms.play_services_base → 18.6.0 - com.google.firebase.firebase_bom → 33.11.0 ### iOS - Firebase/Analytics → 11.10.0 - Firebase/AppCheck → 11.10.0 - Firebase/Auth → 11.10.0 - Firebase/Core → 11.10.0 - Firebase/CoreOnly → 11.10.0 - Firebase/Crashlytics → 11.10.0 - Firebase/Database → 11.10.0 - Firebase/DynamicLinks → 11.10.0 - Firebase/Firestore → 11.10.0 - Firebase/Functions → 11.10.0 - Firebase/Installations → 11.10.0 - Firebase/Messaging → 11.10.0 - Firebase/RemoteConfig → 11.10.0 - Firebase/Storage → 11.10.0 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/14049288807). * Add release note. * Update C++ version. --------- Co-authored-by: firebase-workflow-trigger-bot <firebase-workflow-trigger-bot@google.com> Co-authored-by: Jon Simantov <jsimantov@google.com>
Update mobile dependencies - Fri Feb 07 2025 (#1689) * Update mobile dependencies - Fri Feb 07 2025 ### Android - com.google.firebase.firebase_bom → 33.9.0 ### iOS - Firebase/Analytics → 11.8.1 - Firebase/AppCheck → 11.8.1 - Firebase/Auth → 11.8.1 - Firebase/Core → 11.8.1 - Firebase/CoreOnly → 11.8.1 - Firebase/Crashlytics → 11.8.1 - Firebase/Database → 11.8.1 - Firebase/DynamicLinks → 11.8.1 - Firebase/Firestore → 11.8.1 - Firebase/Functions → 11.8.1 - Firebase/Installations → 11.8.1 - Firebase/Messaging → 11.8.1 - Firebase/RemoteConfig → 11.8.1 - Firebase/Storage → 11.8.1 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/13208276705). * Update version number. * Use a temporary branch for Firestore SDK. * Use branch. * Update to commit hash. --------- Co-authored-by: firebase-workflow-trigger-bot <firebase-workflow-trigger-bot@google.com> Co-authored-by: Jon Simantov <jsimantov@google.com>
Update mobile dependencies - Fri Dec 06 2024 (#1678) * Update mobile dependencies - Fri Dec 06 2024 ### Android - com.google.firebase.firebase_bom → 33.7.0 ### iOS - Firebase/Analytics → 11.6.0 - Firebase/AppCheck → 11.6.0 - Firebase/Auth → 11.6.0 - Firebase/Core → 11.6.0 - Firebase/CoreOnly → 11.6.0 - Firebase/Crashlytics → 11.6.0 - Firebase/Database → 11.6.0 - Firebase/DynamicLinks → 11.6.0 - Firebase/Firestore → 11.6.0 - Firebase/Functions → 11.6.0 - Firebase/Installations → 11.6.0 - Firebase/Messaging → 11.6.0 - Firebase/RemoteConfig → 11.6.0 - Firebase/Storage → 11.6.0 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/12205292158). * Update version numbers. --------- Co-authored-by: firebase-workflow-trigger-bot <firebase-workflow-trigger-bot@google.com> Co-authored-by: Jon Simantov <jsimantov@google.com>
Update mobile dependencies - Wed Oct 23 2024 (#1663) * Update mobile dependencies - Wed Oct 23 2024 ### Android - com.google.firebase.firebase_bom → 33.5.1 ### iOS - Firebase/Analytics → 11.4.2 - Firebase/AppCheck → 11.4.2 - Firebase/Auth → 11.4.2 - Firebase/Core → 11.4.2 - Firebase/CoreOnly → 11.4.2 - Firebase/Crashlytics → 11.4.2 - Firebase/Database → 11.4.2 - Firebase/DynamicLinks → 11.4.2 - Firebase/Firestore → 11.4.2 - Firebase/Functions → 11.4.2 - Firebase/Installations → 11.4.2 - Firebase/Messaging → 11.4.2 - Firebase/RemoteConfig → 11.4.2 - Firebase/Storage → 11.4.2 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/11485670640). * Update readme versions. --------- Co-authored-by: firebase-workflow-trigger-bot <firebase-workflow-trigger-bot@google.com> Co-authored-by: Jon Simantov <jsimantov@google.com>
Update to Firebase Android BoM 33.3.0 while also including the Gradle… … 7 change. (#1653) * Update gradle versions to 7 * Update Java version and buildToolsVersion * Update integration_tests.yml * Update integration_tests.yml * More fixes * Update google services dependency version * Remove logic to set ANDROID_SDK_HOME * Update minSdkVersion. * Try working around a build tools error on Windows. * Call d8 directly via java instead of by broken shell script. * Add note about minSdkVersion. * Change Java version in CI build too. * Update Android dependencies - Wed Sep 25 2024 [Triggered](https://github.com/firebase/firebase-android-sdk/actions/runs/11037049925) by [firebase-android-sdk Sep 25 release](firebase/firebase-android-sdk@a95da3f). ### Android - com.google.firebase.firebase_bom → 33.3.0 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/11037058168). * Change APP_BINARY_DIR to instead scan for the directory. * Clean up prebuild dependencies from gradle files. * Add minSdkVersion and targetSdkVersion to resources gradle files. * Add targetSdkVersion to messaging. * Force Java 11 on packaging. * Use the full path to the message forwarding service. * Update version numbers. * Remove extraneous logging. * Fix Android packaging script to use new paths. --------- Co-authored-by: a-maurice <amaurice@google.com> Co-authored-by: firebase-workflow-trigger-bot <firebase-workflow-trigger-bot@google.com>
Auth deprecated methods removal (#1575) * Remove all deprecated functions and types from headers. * Remove deprecated implementations, and move current_user logic. * Remove deprecated functionality from Android SDK * Remove deprecated functions and types from iOS SDK. * Remove common deprecated code and future Fns. * Remove deprecated tests from integration test. * Remove all deprecated functions and such in desktop. * Remove extraneous methods. * Fix more build issues. * Fix integration test usage of deprecated methods. * Add checks for invalid user to desktop impl. * Format code. * Fix Android build issues. * Add missing method back in. * Fix Doxygen warnings. * Remove deprecated call. * Fix another bad deprecation * Add release notes for removal * Move UpdateEmail back to the right place. * Fix unit tests to refer to non-deprecated methods. * Finish removing AuthCompletionHandle, and fix unit tests more. * Format code. * Fix build error. * Fix more unit test issues. * Format code. * Fix unit test build errors. * Removed deprecated calls in unit tests. * Test build fixes. * Fix typo. * Format code. * Fix a failing test. * Fix user test and pointer usage. * Fix tests.
PreviousNext