- 2018-04-06 - v1.4.1 fixed bad handling of date when saving to firebase
- 2018-04-06 - v1.4.0 fixed a big bug in search where descriminating on id alone would fail dues to the way we store entries.
- 2018-03-10 - v1.3.4 reverted way of finding out if an app already exists
- 2018-03-10 - v1.3.3 use firebase-admin 5.10, change the way we detect if a firebase-app already exists ( if app.length instead of try ... catch )
- 2018-02-20 - v1.3.2 create with id = update
- 2018-02-20 - v1.3.1 firebase filtering is limited to "one" relationship
- 2018-02-20 - v1.3.0 simple filtering ( one element, one value ) are now executed on firebase. CPU filtering is now done in post processing code of JSONAPI-server
- 2018-02-19 - v1.2.0 added basic filtering ( only or/equal )
- 2018-02-18 - v1.1.0 better handling of relationships and remove value that are not in the schema from firebase query
- 2018-02-17 - v1.0.0 filtering and pagination not implemented