The interface returned from a checkActionCode call.
const actionCodeInfo = await firebase.auth().checkActionCode('ABCD');console.log('Action code operation: ', actionCodeInfo.operation); Copy
const actionCodeInfo = await firebase.auth().checkActionCode('ABCD');console.log('Action code operation: ', actionCodeInfo.operation);
The data associated with the action code.
The operation from where the action originated.
The interface returned from a checkActionCode call.
Example