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:
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 )
1010provides a simple API for interacting with an app's Remote Config on the
1111Firebase console.
1212
@@ -18,7 +18,7 @@ then download a private key by clicking the blue button that says "Generate new
1818Rename it ` ServiceAccount.json ` .
19193 . 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```
23234 . Generate the ` FirebaseRemoteConfig ` project:
2424``` bash
@@ -55,6 +55,6 @@ Firebase project's service account key is stored. This is set in the
5555script.
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 )
6060showcasing the ` RemoteConfigConsole ` in action.
You can’t perform that action at this time.
0 commit comments