Here's everything we announced at I/O, from new Firebase Studio features to more ways to integrate AI.
Read blog.
tasks.Request interface
The request used to call a Task Queue function.
Signature:
export interface Request<T = any>
Properties
Property |
Type |
Description |
auth |
AuthData |
The result of decoding and verifying an ODIC token. |
data |
T |
The parameters used by a client when calling this function. |
tasks.Request.auth
The result of decoding and verifying an ODIC token.
Signature:
auth?: AuthData;
tasks.Request.data
The parameters used by a client when calling this function.
Signature:
data: T;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-03-21 UTC.
[null,null,["Last updated 2023-03-21 UTC."],[],[]]