Skip to content

Instantly share code, notes, and snippets.

@woss
Created March 29, 2015 13:59
Show Gist options
  • Save woss/cb44c110b323ada83256 to your computer and use it in GitHub Desktop.
Save woss/cb44c110b323ada83256 to your computer and use it in GitHub Desktop.
geoFire
// ref -> profiles/ID/appData
appData = {
age: moment().diff(profile.birthday, 'years'),
gender: profile.gender,
name: profile.given_name,
pictures: [{
small: profile.picture,
large: ''
}],
description: '',
currentLocation : {},
orientation: angular.isDefined(profile.orientation) ? profile.orientation : 'straight'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment