💻Vapid public key
In this step-by-step guide, we will show you how to obtain your 'Vapid public key' credential, which is necessary if your webApp sends or receives Push notifications.
Last updated
Was this helpful?
In this step-by-step guide, we will show you how to obtain your 'Vapid public key' credential, which is necessary if your webApp sends or receives Push notifications.
Last updated
Was this helpful?
Step 1: Access your Firebase project.
Step 2: Go to the settings icon located in the upper left-hand side and select the 'Project settings' option.
Step 3: Navigate the top menu and select the 'Cloud Messaging' option."
Step 4: Scroll down until you find the 'Website configuration' section.
Step 5: Click on the 'Generate key pair' button, this will generate your key pair which we will use.
Step 6: Copy the 'key pair' that was generated by clicking on the icon at the end of the generated key.
Step 7: Go back to your Apphive editor in the compilation step 'Push notification Vapid public key' and paste your newly generated 'key pair'.
Step 8: Once you have entered your 'key pair', click on 'Next step' and you can continue with the compilation.