Enable push notifications in Firebase

Create Key to enable Push Notification in firebase

If your application has Push Notification delivery, you must follow the steps below to enable it in your Firebase account:

1.Enter Certificates, Identifiers and Profiles 93 Select Keys and click the Add icon.

Captura de Pantalla 2020-10-09 a la(s) 1.41.22

2.Add the COMPILATION ID of your app but remove the period signs. Example: ioapphiveclientappsuserapp

Captura de Pantalla 2020-10-09 a la(s) 1.42.50

3.Select Apple Push Notification (Only if one of your apps has the Push Notification feature) Select Sign in with Apple (Only if one of your apps has Gmail or Facebook login) and click configure.

VERY IMPORTANT If none of your apps have any of these features You can continue with the creation of the App container in App Store Connect

Captura de Pantalla 2020-10-09 a la(s) 1.45.43

4.Click the select button, select the COMPILATION ID of your app and click Save.

Captura de Pantalla 2020-10-09 a la(s) 1.50.52

5.Click on Continue

Captura de Pantalla 2020-10-09 a la(s) 1.53.35

6.Click on Register.

Captura de Pantalla 2020-10-09 a la(s) 1.57.13

7.Click Download to download the .P8 file.

VERY IMPORTANT create a folder on your computer named KEY and save this file in that folder VERY IMPORTANT YOU ONLY NEED ONE .P8 FILE FOR ALL THE APPS IN THE PROJECT

Captura de Pantalla 2020-10-09 a la(s) 1.58.53

ADD PUSH NOTIFICATION PERMISSIONS IN FIREBASE

In case your application uses push notifications you must follow the following steps:

1.Go into your Firebase, you can do it from here and click Go to console.

Captura de Pantalla 2020-10-13 a la(s) 12.10.42

2.Select your project.

Captura de Pantalla 2020-10-13 a la(s) 12.12.25

3.Click on settings and click on project settings.

Captura de Pantalla 2020-10-13 a la(s) 12.18.58

4.Click on Cloud messaging.

Captura de Pantalla 2020-10-13 a la(s) 12.20.57

5.Select the app that has the IOS symbol and has Facebook login or push notification..

Captura de Pantalla 2020-10-13 a la(s) 12.21.55

6.Click upload.

Captura de Pantalla 2020-10-13 a la(s) 13.25.54

7.Click on examine.

Captura de Pantalla 2020-10-13 a la(s) 13.26.53

8.Select the .P8 file from the KEY folder and click Open.

Captura de Pantalla 2020-10-13 a la(s) 14.29.55

9.Select Key in your certificates, identifiers and profiles section Here

Captura de Pantalla 2020-10-13 a la(s) 14.15.21

10.Select the COMPILATION ID of your app.

Captura de Pantalla 2020-10-13 a la(s) 14.23.30

11.Copy the Key ID and paste in the Key ID box (required)

Captura de Pantalla 2020-10-13 a la(s) 14.29.25 1 Captura de Pantalla 2020-10-13 a la(s) 14.56.08

12.Copy the Team ID and paste into the Team ID box.

Captura de Pantalla 2020-10-13 a la(s) 14.57.28 Captura de Pantalla 2020-10-13 a la(s) 14.58.30

13.Click Upload.

Captura de Pantalla 2020-10-13 a la(s) 15.00.18

With this, the notifications will be working correctly in your application.

Last updated

Was this helpful?