diff --git a/FirebaseRemoteConfig/Tests/Swift/README.md b/FirebaseRemoteConfig/Tests/Swift/README.md index bb37d77d1e2..04e8d835164 100644 --- a/FirebaseRemoteConfig/Tests/Swift/README.md +++ b/FirebaseRemoteConfig/Tests/Swift/README.md @@ -6,7 +6,7 @@ Currently the Remote Config tests run in two configurations: ## Remote Config Console API -[`RemoteConfigConsole.swift`](https://github.com/firebase/firebase-ios-sdk/blob/main/FirebaseRemoteConfigSwift/Tests/SwiftAPI/RemoteConfigConsole.swift) +[`RemoteConfigConsole.swift`](https://github.com/firebase/firebase-ios-sdk/blob/main/FirebaseRemoteConfig/Tests/Swift/SwiftAPI/RemoteConfigConsole.swift) provides a simple API for interacting with an app's Remote Config on the Firebase console. @@ -18,7 +18,7 @@ then download a private key by clicking the blue button that says "Generate new Rename it `ServiceAccount.json`. 3. Within the `firebase-ios-sdk`, run: ```bash -./scripts/generate_access_token.sh local_dev PATH/TO/ServiceAccount.json FirebaseRemoteConfigSwift/Tests/AccessToken.json +./scripts/generate_access_token.sh local_dev PATH/TO/ServiceAccount.json FirebaseRemoteConfig/Tests/Swift/AccessToken.json ``` 4. Generate the `FirebaseRemoteConfig` project: ```bash @@ -55,6 +55,6 @@ Firebase project's service account key is stored. This is set in the script. #### Remote Config API Tests -There is a [section](https://github.com/firebase/firebase-ios-sdk/blob/main/FirebaseRemoteConfigSwift/Tests/SwiftAPI/APITests.swift#L210) -of tests in [`APITests.swift`](https://github.com/firebase/firebase-ios-sdk/blob/main/FirebaseRemoteConfigSwift/Tests/SwiftAPI/APITests.swift) +There is a [section](https://github.com/firebase/firebase-ios-sdk/blob/main/FirebaseRemoteConfig/Tests/Swift/SwiftAPI/APITests.swift#L210) +of tests in [`APITests.swift`](https://github.com/firebase/firebase-ios-sdk/blob/main/FirebaseRemoteConfig/Tests/Swift/SwiftAPI/APITests.swift) showcasing the `RemoteConfigConsole` in action.