Skip to content

Commit d84d5ef

Browse files
Update FirebaseRemoteConfig references (#14138)
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent 2495c20 commit d84d5ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

FirebaseRemoteConfig/Tests/Swift/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Currently the Remote Config tests run in two configurations:
66

77
## Remote Config Console API
88

9-
[`RemoteConfigConsole.swift`](https://github.com/firebase/firebase-ios-sdk/blob/main/FirebaseRemoteConfigSwift/Tests/SwiftAPI/RemoteConfigConsole.swift)
9+
[`RemoteConfigConsole.swift`](https://github.com/firebase/firebase-ios-sdk/blob/main/FirebaseRemoteConfig/Tests/Swift/SwiftAPI/RemoteConfigConsole.swift)
1010
provides a simple API for interacting with an app's Remote Config on the
1111
Firebase console.
1212

@@ -18,7 +18,7 @@ then download a private key by clicking the blue button that says "Generate new
1818
Rename it `ServiceAccount.json`.
1919
3. Within the `firebase-ios-sdk`, run:
2020
```bash
21-
./scripts/generate_access_token.sh local_dev PATH/TO/ServiceAccount.json FirebaseRemoteConfigSwift/Tests/AccessToken.json
21+
./scripts/generate_access_token.sh local_dev PATH/TO/ServiceAccount.json FirebaseRemoteConfig/Tests/Swift/AccessToken.json
2222
```
2323
4. Generate the `FirebaseRemoteConfig` project:
2424
```bash
@@ -55,6 +55,6 @@ Firebase project's service account key is stored. This is set in the
5555
script.
5656

5757
#### Remote Config API Tests
58-
There is a [section](https://github.com/firebase/firebase-ios-sdk/blob/main/FirebaseRemoteConfigSwift/Tests/SwiftAPI/APITests.swift#L210)
59-
of tests in [`APITests.swift`](https://github.com/firebase/firebase-ios-sdk/blob/main/FirebaseRemoteConfigSwift/Tests/SwiftAPI/APITests.swift)
58+
There is a [section](https://github.com/firebase/firebase-ios-sdk/blob/main/FirebaseRemoteConfig/Tests/Swift/SwiftAPI/APITests.swift#L210)
59+
of tests in [`APITests.swift`](https://github.com/firebase/firebase-ios-sdk/blob/main/FirebaseRemoteConfig/Tests/Swift/SwiftAPI/APITests.swift)
6060
showcasing the `RemoteConfigConsole` in action.

0 commit comments

Comments
 (0)