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

Firebase SDK for Apple App Development

Results 962 firebase-ios-sdk issues
Sort by recently updated
recently updated
newest added

This allows returned values to be used in async contexts. Otherwise, the following example: ```swift let root = Storage.storage().reference() // Get metadata properties do { let metadata = try await...

api: storage
public-api-change

This PR removes c++11 and c++14 lint checks, as the floor is c++14 (and has been for almost 2 years, since the merge of #10651). cpplint.py appears to have been...

# Nightly Testing Report This issue([log](https://github.com/firebase/firebase-ios-sdk/actions/runs/12709116091)) is generated at 01/10/2025 04:03 AM, fetching workflow runs triggered in the last 24 hrs. | Workflow |01/09| | -------- | -------- | |...

nightly-testing

This did require some tweaking and I did add two tests. Commented out tests that were generated but used private APIs. I'm in favor of deleting the tests instead of...

Added a `FirebaseVertexAIPreview` SPM target for Public Preview API surfaces. This clarifies that `ImagenModel` is in Public Preview. This is an alternative approach to #14334. Before: ``` import FirebaseVertexAI let...

api: firestore
api: vertexai

Added a nested struct `Preview` in `VertexAI` for encapsulating Public Preview API surfaces. This clarifies that `ImagenModel` is in Public Preview. Before: ``` let model = VertexAI.vertexAI().imagenModel("imagen-3.0-generate-001") ``` After: ```...

api: vertexai

api: firestore
public-api-change

### Description With some recent testing over iOS, I found the device token generated at the start of the Flutter App instance is getting stored in the device's filesystem, in...

api: messaging
flutter

This PR removes `NOLINT` comments from the code base that are obsolete as of #14320, which deleted obsolete c++11 and c++14 lint checks. #no-changelog

api: firestore