Skip to content

Instantly share code, notes, and snippets.

@tianhaoz95
Created January 15, 2020 23:34
Show Gist options
  • Save tianhaoz95/f49018c7b35ff22e1ab2ef728f0d314f to your computer and use it in GitHub Desktop.
Save tianhaoz95/f49018c7b35ff22e1ab2ef728f0d314f to your computer and use it in GitHub Desktop.
Declaration of function context
export interface FunctionContext {
authenticated: boolean;
uid: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment