Skip to content

Commit

Permalink
Apply suggestion from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
zofpolkowska committed Jul 2, 2020
1 parent 6765a53 commit 1e6526f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions guides/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ For the full configuration you need to set up the following directory structure:
* fcm/
* token.json - `FCM` service account JSON file

If you want to use the `APNS` token authentication you need to provide the token and set both `key_id` and `team_id` environment variables. To see how to obtain the token and `key_id` read:
https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/establishing_a_token_based_connection_to_apns
To see how to obtain `team_id` read: https://www.mobiloud.com/help/knowledge-base/ios-app-transfer/
If you want to use the `APNS` token authentication you need to provide the token and set both `key_id` and `team_id` environment variables. To see how to obtain the token and `key_id` read [this](https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/establishing_a_token_based_connection_to_apns)
To see how to obtain `team_id` read [this](https://www.mobiloud.com/help/knowledge-base/ios-app-transfer/)
The `FCM` JSON file can be generated by the Firebase console (https://console.firebase.google.com). Go to your project -> `Project Settings` -> `Service accounts` -> `Generate new private key`.
Assuming that you have the `priv` directory with all certificates and the fcm token in the current directory, you may start MongoosePush with the following command:

Expand Down

0 comments on commit 1e6526f

Please sign in to comment.