File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
FirebaseRemoteConfig/Tests/Swift Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Currently the Remote Config tests run in two configurations:
6
6
7
7
## Remote Config Console API
8
8
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 )
10
10
provides a simple API for interacting with an app's Remote Config on the
11
11
Firebase console.
12
12
@@ -18,7 +18,7 @@ then download a private key by clicking the blue button that says "Generate new
18
18
Rename it ` ServiceAccount.json ` .
19
19
3 . Within the ` firebase-ios-sdk ` , run:
20
20
``` 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
22
22
```
23
23
4 . Generate the ` FirebaseRemoteConfig ` project:
24
24
``` bash
@@ -55,6 +55,6 @@ Firebase project's service account key is stored. This is set in the
55
55
script.
56
56
57
57
#### 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 )
60
60
showcasing the ` RemoteConfigConsole ` in action.
You can’t perform that action at this time.
0 commit comments