I hereby claim:
- I am charroch on github.
- I am charroch (https://keybase.io/charroch) on keybase.
- I have a public key whose fingerprint is 53D1 9857 9052 FB51 6925 2D05 96C9 3BA9 625A BE22
To claim this, I am signing this object:
| adb shell cat /proc/$(adb shell ps | grep app_process | awk '{print $2}')/cmdline | strings |
I hereby claim:
To claim this, I am signing this object:
| adobe-source-code-pro-fonts oto-fonts otf-fira-mono otf-fira-sans otf-font-awesome powerline-fonts terminus-font ttf-bookerly ttf-dejavu ttf-droid ttf-fira-mono ttf-liberation ttf-monaco ttf-ms-fonts ttf-symbola |
| import { PubSub } from '@google-cloud/pubsub' | |
| import * as a from './index' | |
| import { CloudFunction } from 'firebase-functions' | |
| import { Message } from '@google-cloud/pubsub' | |
| import * as dotenv from 'dotenv' | |
| dotenv.config() | |
| const pubsub = new PubSub({ | |
| projectId: process.env.GCLOUD_PROJECT | |
| }) |