From d1e2ce322b94e4ef171c112e2330de9a4c349914 Mon Sep 17 00:00:00 2001 From: Aashish Patil Date: Tue, 26 Nov 2024 12:58:58 -0800 Subject: [PATCH] Readme Update Adding link to the Sample app and update SPM section. --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 70983f5..926c418 100644 --- a/README.md +++ b/README.md @@ -8,17 +8,21 @@ Firebase is an app development platform with tools to help you build, grow, and monetize your app. More information about Firebase can be found on the [official Firebase website](https://firebase.google.com). +## Getting Started + +Learn how to develop on Data Connect - [Quick Start](https://firebase.google.com/docs/data-connect/quickstart). + +Try out a comprehensive sample app - [FriendlyFlix](https://github.com/firebase/data-connect-ios-sdk/tree/main/Examples/FriendlyFlix) + ## Installation +The Data Connect SDK should get automatically added as a dependency if you use generated SDKs. However, if you need to add it manually, use the following instructions for Swift Package Manager. + ### Swift Package Manager Instructions for [Swift Package Manager](https://swift.org/package-manager/) support can be found in the [SwiftPackageManager.md](SwiftPackageManager.md) Markdown file. -## Getting Started - -Learn how to develop on Data Connect - [Quick Start](https://firebase.google.com/docs/data-connect/quickstart). - ## Contributing See [Contributing](CONTRIBUTING.md) for more information on contributing to the Firebase Data Connect