Skip to content

Commit 16c23d4

Browse files
docs: update macOS docs regarding outgoing connections (firebase#6755)
1 parent 4f87b23 commit 16c23d4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/installation/macos.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ Select the `GoogleService-Info.plist` file you downloaded, and ensure the "Copy
3232
caption={false}
3333
/>
3434

35+
## Setting up entitlements
36+
37+
It is **important** you setup [entitlements](https://flutter.dev/desktop#setting-up-entitlements).
38+
39+
Failure to setup will result in network errors. You will not be able to connect to services such as any Firebase Emulator.
40+
3541
## Enabling use of Firebase Emulator Suite
3642

3743
The [Firebase Emulator Suite](https://firebase.google.com/docs/emulator-suite) uses un-encrypted networking connections in order to enable fast, uncomplicated setup. However macOS by default requires encrypted networking connections. If you would like to use any part of the Firebase Emulator Suite to emulate firebase services on your local machine during development, you must allow your macOS app to connect to local network services over insecure connections.

0 commit comments

Comments
 (0)