Skip to content

Instantly share code, notes, and snippets.

@danprince
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danprince/969921d3f397aabdf451 to your computer and use it in GitHub Desktop.
Save danprince/969921d3f397aabdf451 to your computer and use it in GitHub Desktop.
Firebase Spec

#Core ##References Creation from

  • Path String
  • Parent Reference, child method
  • In a list with push

##Sorting and Limiting

##Events child_added child_removed child_changed change

#Forge Realtime data view such as the one from Forge.

#Angular Either implement a mirrored API and use AngularFire, or create a new set of Angular Providers + Services to provide the same functionality. Most importantly, the $bind method from AngularFire.

#Security Rules Read/Write rules with child scoping

#HTTP access Create a JSON snapshot available at URL based on a reference string.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment