Skip to content

Instantly share code, notes, and snippets.

View sudcha2's full-sized avatar

Sudeep C sudcha2

  • Milkie Way, Inc.
View GitHub Profile
@sudcha2
sudcha2 / github.js
Created December 1, 2020 01:52 — forked from StephanHoyer/github.js
Commiting multiple files to github over API
'use strict';
var Octokat = require('octokat');
var extend = require('lodash/object/assign');
var defaults = {
branchName: 'master',
token: '',
username: '',
reponame: ''
import { AngularFireAuth } from '@angular/fire/auth';
constructor(private afAuth: AngularFireAuth) {
}
GoogleAuth() {
this.AuthLogin(new auth.GoogleAuthProvider());
}