From 3a3664fdf5a3ad31de8afe5ded582795142aa639 Mon Sep 17 00:00:00 2001 From: Andrew Heard Date: Mon, 8 Apr 2024 17:28:59 -0400 Subject: [PATCH] Add README to sample directory --- FirebaseVertexAI/Sample/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 FirebaseVertexAI/Sample/README.md diff --git a/FirebaseVertexAI/Sample/README.md b/FirebaseVertexAI/Sample/README.md new file mode 100644 index 00000000000..a4a8b458df3 --- /dev/null +++ b/FirebaseVertexAI/Sample/README.md @@ -0,0 +1,16 @@ +# Vertex AI for Firebase Sample App + +You can try out the SDK quickly, see a complete implementation of various use +cases, or use the sample app if you don't have your own Apple platforms app. To +use the sample app, you'll need to perform the following steps: +1. Download + [vertexai-preview-0.1.0.zip](https://github.com/firebase/firebase-ios-sdk/archive/refs/heads/vertexai-preview-0.1.0.zip) + for the latest release of the SDK +1. Extract the zip and open `GenerativeAISample.xcodeproj` in the + `FirebaseVertexAI/Sample` directory +1. [Register the sample app](https://firebase.google.com/docs/ios/setup#register-app) + in your Firebase project + - The default bundle ID is `com.google.firebase.VertexAISample` +1. [Download the `GoogleService-Info.plist`](https://firebase.google.com/docs/ios/setup#add-config-file) + to the `FirebaseVertexAI/Sample` directory, overwriting the placeholder file + with the same name