You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update to use the latest analytics dll and source headers to account for latest changes.
Add latest google_analytics.dll and corresponding public header files. Also added the implementations for SetLogCallback and NotifyAppLifecycleChange.
* Update analytics.h
Add missing header file.
* Added integration tests
Added integration test and removed the ability to set logging callback for now. Will add in the future.
* Update analytics/src/include/firebase/analytics.h
Fix typo
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Fix formatting
* Fix formatting
* Format fixes
* Update mobile dependencies - Fri Oct 10 2025 (#1794)
* Update mobile dependencies - Fri Oct 10 2025
### Android
- com.google.android.gms.play_services_base → 18.9.0
- com.google.firebase.firebase_bom → 34.4.0
### iOS
- Firebase/Analytics → 12.4.0
- Firebase/AppCheck → 12.4.0
- Firebase/Auth → 12.4.0
- Firebase/Core → 12.4.0
- Firebase/CoreOnly → 12.4.0
- Firebase/Crashlytics → 12.4.0
- Firebase/Database → 12.4.0
- Firebase/Firestore → 12.4.0
- Firebase/Functions → 12.4.0
- Firebase/Installations → 12.4.0
- Firebase/Messaging → 12.4.0
- Firebase/RemoteConfig → 12.4.0
- Firebase/Storage → 12.4.0
- FirebaseFirestore → 12.4.0
> Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/18415569893).
* Update readme.md
* Update cpp_sdk_version.json
---------
Co-authored-by: firebase-workflow-trigger-bot <[email protected]>
Co-authored-by: a-maurice <[email protected]>
* Update the python version used by GHA runners (#1797)
* Feat: add UseEmulator to storage api (#1795)
* Feat: add UseEmulator to storage api
* Fix formating
* Update storage/src/desktop/storage_desktop.h
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Update release_build_files/readme.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Fix the storage util as storagePath now needs storageinternal ref
To get the url to show up correctly the storage path now depends upon
the storage internal to query for the host and port
* Change the Release Notes and change the UseEmulator to give errors
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Feat: add in no ops for NotifyApplifecyclechange
* fix formatting
* fix the wrong param type
* fixup the wording for NotifyApplifecyclechange to be windows only
* feat: add in the Setlogcallback function for desktop analytics
* Remove double implementation of the loglevel
* Fix up the formatting and the enum in tc
* format fix up and make test win only
* Add in threading considerations for the callback test
* Add in future header to the integration tests
* Add in timeout to the test
* Fix formatting and comments
* Up the timeout to see if that helps to have the callback fire
* Try to get an error from the underlying analytics dll
* Trying to trigger the logger with an lifecycle change event
* Make the wrapper function explicitly a c extern
Also make sure nothing strange is happening with concurrency
* fix spelling of wrapper
* Try to increase the logging verbosity for a pass in actions
* Makesure the DLL is loaded
* Revert "Makesure the DLL is loaded"
This reverts commit 063a08e.
* Revert "Try to increase the logging verbosity for a pass in actions"
This reverts commit 872764d.
* Fix up before review
* Fix formatting
* Explain the new test
* fixup from comments
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: firebase-workflow-trigger[bot] <80733318+firebase-workflow-trigger[bot]@users.noreply.github.com>
Co-authored-by: firebase-workflow-trigger-bot <[email protected]>
Co-authored-by: a-maurice <[email protected]>
Co-authored-by: Austin Benoit <[email protected]>
0 commit comments