From 030ad3f73b06c4de9302ff476d9d3a04c2a200a1 Mon Sep 17 00:00:00 2001 From: Ashleigh Kaffenberger Date: Fri, 10 Jun 2022 10:06:21 -0400 Subject: [PATCH] update readmes --- CONTRIBUTING.md | 2 +- README.md | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ef015cd..fdea4d4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ Any and all input is welcome, including: 4. Create the pull request. ## Issues -Report a bug by [opening a new issue](https://github.com/akaffenberger/firebase-ios-sdk-xcframeworks/issues). Include steps to reproduce the error (and if possible sample code is always appreciated). +Report a bug by [opening a new issue](https://github.com/akaffenberger/firebase-ios-sdk-xcframeworks/issues). Include steps to reproduce the error (and if possible sample code is always appreciated). To help with reproducing and testing issues there is an example project included in this repo: https://github.com/akaffenberger/firebase-ios-sdk-xcframeworks/tree/master/iOS%20Example ## License By contributing, you agree that your contributions will be licensed under the project's [MIT License](http://choosealicense.com/licenses/mit/). diff --git a/README.md b/README.md index 2630a8d..a90355e 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,3 @@ The script performs the following actions: ## Running the script locally - Install github cli: `$ brew install gh` - Generate the swift package: `$ cd .scripts && sh package.sh debug skip-release` - -## Running the iOS Example -- [Setup a firebase project](https://firebase.google.com/docs/ios/setup). Make sure the services you want to test are enabled (FirebaseAuth, Firestore, In App Messaging, etc.) -- Download and add your `GoogleService-Info.plist` to the iOS Example project. -- Open the iOS Example.xcworkspace, build and run the iOS Example target -