auth0 guardian factors push set-fcmv1
Replace the Google FCM v1 push-notification configuration.
Usage
auth0 guardian factors push set-fcmv1 [flags]
Examples
auth0 guardian factors push set-fcmv1 --server-credentials "$(cat service-account.json)"
Flags
--json Output in json format.
--json-compact Output in compact json format.
--server-credentials string Google FCM v1 service account credentials (JSON).
Inherited Flags
--agent-mode Output JSON, disable prompts and colors. Auto-enabled for AI agents; set AUTH0_AGENT_MODE=false to disable.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Related Commands
- auth0 guardian factors push set-apns - Set the APNs configuration
- auth0 guardian factors push set-fcm - Set the FCM (legacy) configuration
- auth0 guardian factors push set-fcmv1 - Set the FCM v1 configuration
- auth0 guardian factors push set-provider - Set the push-notification provider
- auth0 guardian factors push set-sns - Set the SNS configuration
- auth0 guardian factors push show-apns - Show the APNs configuration
- auth0 guardian factors push show-provider - Show the push-notification provider
- auth0 guardian factors push show-sns - Show the SNS configuration
- auth0 guardian factors push update-apns - Update the APNs configuration
- auth0 guardian factors push update-fcm - Update the FCM (legacy) configuration
- auth0 guardian factors push update-fcmv1 - Update the FCM v1 configuration
- auth0 guardian factors push update-sns - Update the SNS configuration