Skip to content

Instantly share code, notes, and snippets.

const username = ""
const password = ""
const fs = require('fs');
const libpath = require('path');
const { GPhotos } = require('upload-gphotos');
const gphotos = new GPhotos();
@step135
step135 / code-snippet.js
Created November 24, 2020 17:21 — forked from sawaYch/code-snippet.js
Firebase storage listAll() example.
// Load single image
// replace images/photo6244288433388366130.jpg with your image path
// You can find it on the firebase storage console
var imgRef = firebase.storage().ref().child('images/photo6244288433388366130.jpg');
imgRef.getDownloadURL().then(function(url){
var img = document.getElementById('img1');
img.src = url;
}).catch(function(error) {
@step135
step135 / houdini-gradient-border-animation.markdown
Created November 20, 2020 08:16
Houdini gradient border animation