mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-11 22:40:48 +08:00
28 lines
596 B
Markdown
28 lines
596 B
Markdown
---
|
|
title: Configure Xcode Project notification capabilities
|
|
description: Configure your Xcode Project capabilities to support Remote Notifications for FCM.
|
|
---
|
|
|
|
# Configure Xcode Project notification capabilities
|
|
|
|
TODO
|
|
|
|
---
|
|
|
|
## Next
|
|
|
|
There are no more integration steps for Messaging on iOS. 🎉
|
|
|
|
## Previous
|
|
|
|
<Grid>
|
|
<Block
|
|
title="Configure Apple Push Notification service for FCM"
|
|
to="/messaging/ios-configure-apns"
|
|
icon="tool"
|
|
color="#2196F3"
|
|
>
|
|
Create an Apple Push Notification authentication key, a provisioning profile and an App ID to use with FCM on iOS.
|
|
</Block>
|
|
</Grid>
|