Skip to content

Instantly share code, notes, and snippets.

View skibaalex's full-sized avatar

Alex Skiba skibaalex

View GitHub Profile

Keybase proof

I hereby claim:

  • I am skibaalex on github.
  • I am askiba (https://keybase.io/askiba) on keybase.
  • I have a public key ASAne43JttLjOxfexf76JktkO7oju5rjkwImv2cw4uawNQo

To claim this, I am signing this object:

import { google } from 'googleapis';
app.post('/verifyCode', function (req, res) {
const { smsCodem, sessionIdentifier } = req.body;
const identityToolkit = google.identitytoolkit({
auth: 'GCP_API_KEY',
version: 'v3',
});
//sessionIdentifier comes from when we send the sms message

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Request Process

  1. Ensure any install or build dependencies are removed before the end of the layer when doing a