Skip to content

Commit

Permalink
docs(firebase_remote_config): add note "Keychain Sharing" capability …
Browse files Browse the repository at this point in the history
…for macOS (firebase#11110)
  • Loading branch information
nilsreichardt authored Jun 15, 2023
1 parent 0b2c00b commit 3d8b836
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/remote-config/_get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ sample code.
flutter run
```

1. If you're using Remote Config on macOS, you need to the add the [Keychain
Sharing](https://developer.apple.com/documentation/xcode/configuring-keychain-sharing)
capability in Xcode.
Note: Because the Remote Config SDK has a dependency on the Remote Config REST
API, make sure that you do **not** disable that API, which is enabled by default
in a typical project.
Expand Down

0 comments on commit 3d8b836

Please # to comment.