Set up Push Notifications for iOS
How to Set Up Push Notifications for iOS Project.
You must have a project created in firebase and the "GoogleService-Info.plist" file must be added to your Xcode project
How to create FCM project?
You must have a project created in firebase and the "GoogleService-Info.plist" file must be added to your Xcode project
How to create FCM project?
1.) You need create key in you Apple developer account. Go to https://developer.apple.com/account/resources/authkeys/add
2.) Enter key name (1) and check Apple Push Notifications Service (2). Then click "Continue", copy to buffer "Key ID" and then click "Download" button

3.) Open you firebase project and go to cloud messaging section

4.) Select or add you ios app (1), click "Upload" (2), select you downloaded key (3), paste you "Key ID" from buffer (4), and enter "Team ID" (5)

5.) "Team ID" you can find here (see screenshot)

6.) Open you "GoogleService-Info.plist" and add line (see screenshot)

7.) You need add Push Notifications feature to project (if not previously added)

8.) Also don't forget to create (register) your app (Bundle ID) and enable Push Notifications for it:
https://developer.apple.com/account/resources/identifiers/list
https://developer.apple.com/account/resources/identifiers/list
