firebase-ios-sdk
firebase-ios-sdk copied to clipboard
Firebase SDK for Apple App Development
Fixes #14366 Outstanding work: - Some hits in FIAM sample app
### Description ### Summary I'm using `Analytics.setSessionTimeoutInterval()` in my iOS app, but it doesn't seem to have any effect on session timeouts in GA4. The method runs without errors, but...
This commit introduces two new unit tests to `FirebaseAI/Tests/Unit/ChatTests.swift`: 1. `testChatHistory()`: This test verifies the chat history functionality when starting with a pre-existing history. It ensures that new messages (both...