Skip to content

External dependencies

The IDK relies on a number of external dependencies which require additional setup. Please make sure the project is properly configured to support the following:

Firebase App Check

The Digidentity platform uses Firebase App Check to protect backend resources from abuse. Please refer to the Firebase documentation to support this function in the project.

Firebase Cloud Messaging

The Digidentity platform uses Firebase Cloud Messaging to send push notifications to mobile clients. First generate a private key file for your service account following these steps:

  • Go to Firebase page for your project
  • In the Firebase console, open Settings > Service Accounts.
  • Click Generate New Private Key, then confirm by clicking Generate Key.
  • Securely store the JSON file containing the key.

Please refer to the Firebase documentation to support this function in the project.