Skip to content

Latest commit

 

History

History
executable file
·
13 lines (7 loc) · 694 Bytes

related.md

File metadata and controls

executable file
·
13 lines (7 loc) · 694 Bytes

Abstracted Admin: Related Projects

The Abstracted Admin project is primarily a lightweight abstraction over the existing Firebase Admin API. But to support mocking functionality it leverages:

In addition, since Abstracted Admin is just a pretty basic primitive on top of the Firebase API, it serves as a building block for more ambitious projects such as:

  • firemodel - an opinionated modeling library for Firebase backed applications - docs

And in turn, there are several projects that leverage firemodel, including:

  • ember-redux-firebase -