Useful for using seting up Latex workshop for VSCode on Macs.
brew install basictex latexindentStep 1. Download the latest version from here: https://www.nongnu.org/chktex/, & un(g)zip it
Useful for using seting up Latex workshop for VSCode on Macs.
brew install basictex latexindentStep 1. Download the latest version from here: https://www.nongnu.org/chktex/, & un(g)zip it
| type Fields = Record<string, string>; | |
| type EqualCondition = ["eq", string, string] | Record<string, string>; | |
| type StartsWithCondition = ["starts-with", string, string]; | |
| type ContentLengthRangeCondition = ["content-length-range", number, number]; | |
| export type PolicyEntry = | |
| | EqualCondition |
| import * as functions from "firebase-functions"; | |
| import * as firebase from "firebase-admin"; | |
| import express from "express"; | |
| import {uuid} from "uuidv4"; | |
| import uniq from "lodash/uniq" | |
| import uniqBy from "lodash/uniqBy"; | |
| const fieldValue = firebase.firestore.FieldValue; | |
| const app = express(); |