Skip to content

Instantly share code, notes, and snippets.

View HGebhardt's full-sized avatar

Hendrik Gebhardt HGebhardt

View GitHub Profile
require 'google/apis/identitytoolkit_v3'
require 'googleauth'
require 'json'
# Creates user accounts with email and password
class FirebaseAccountManager
# Konstanten ruhig in die Klassen ziehen, wenn die einen direkten Bezug haben
SCOPE = [
'https://www.googleapis.com/auth/firebase',
'https://www.googleapis.com/auth/identitytoolkit',
#!/bin/bash
#
# => $ sudo apt-get install -y --force-yes curl; sudo su - -c "bash < <(curl -sL http://is.gd/..........)"
#
# Deploy Fat Free CRM (rails3 branch) to a freshly installed Ubuntu machine.
# --------------------------------------------------------------------------
#
# Steps:
#
# *) Install required packages (git, postgresql, etc.)
@HGebhardt
HGebhardt / self_signed_cert.rb
Created May 16, 2012 18:05 — forked from nickyp/self_signed_cert.rb
create a self-signed certificate using ruby-openssl
We couldn’t find that file to show.