OperationOptions interface

Interface representing options for executing defined operations.

Signature:

export interface OperationOptions 

Properties

Property Type Description
impersonate ImpersonateAuthenticated | ImpersonateUnauthenticated If set, impersonate a request with given Firebase Auth context and evaluate the auth policies on the operation. If omitted, bypass any defined auth policies.

OperationOptions.impersonate

If set, impersonate a request with given Firebase Auth context and evaluate the auth policies on the operation. If omitted, bypass any defined auth policies.

Signature:

impersonate?: ImpersonateAuthenticated | ImpersonateUnauthenticated;