Skip to content

Instantly share code, notes, and snippets.

View skibaalex's full-sized avatar

Alex Skiba skibaalex

View GitHub Profile

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
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