ForgeRock SDKs

Enable push notifications

The ForgeRock Authenticator module uses Google’s "Firebase Cloud Messaging" (FCM) service to receive push notifications.

Each instance of your application requires a unique device registration token to receive the push notifications from AM.

For information on obtaining an FCM device registration token, see Set up a Firebase cloud messaging client app on Android.

You can also see how to obtain the device registration token in the ForgeRock Authenticator sample.

Once you have obtained a device registration token, register it with the ForgeRock Authenticator module to enable notifications:

fraClient.registerForRemoteNotifications("fcm-device-registration-token");
Copyright © 2010-2023 ForgeRock, all rights reserved.