Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions firebaseai/FirebaseAIExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -614,8 +614,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/firebase/firebase-ios-sdk.git";
requirement = {
branch = main;
kind = branch;
kind = upToNextMajorVersion;
minimumVersion = 11.13.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
2 changes: 1 addition & 1 deletion firebaseai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sample app to your Firebase project (or create a new project):
[Set up a Firebase project and connect your app to Firebase](https://firebase.google.com/docs/vertex-ai/get-started?platform=ios#set-up-firebase).
2. Add an iOS+ app to your project. Make sure the `Bundle Identifier` you set
matches the one in the sample.
- The default bundle ID is `com.google.firebase.VertexAISample`
- The default bundle ID is `com.google.firebase.quickstart.FirebaseAIExample`
3. Download the `GoogleService-Info.plist` for the app when prompted and save
it to the `firebaseai` directory.

Expand Down
Loading