Skip to content

Commit

Permalink
Update FirebaseRemoteConfig references (#14138)
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Ferdman <[email protected]>
  • Loading branch information
emmanuel-ferdman authored Nov 18, 2024
1 parent 2495c20 commit d84d5ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions FirebaseRemoteConfig/Tests/Swift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand Down Expand Up @@ -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.

0 comments on commit d84d5ef

Please sign in to comment.