Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

User

import type { User } from "https://googleapis.deno.dev/v1/firebasecrashlytics:v1alpha.ts";

Developer-provided end user identifiers.

interface User {
id?: string;
}

§Properties

§
id?: string
[src]

User id if provided by the app developer.