Skip to content

Releases: TarikHuber/firekit

First release with v1

Choose a tag to compare

@TarikHuber TarikHuber released this 22 Jan 09:15

Added unit tests over 90 %

NO breaking changes 😄

Separation from fireform and firekit-provider

Choose a tag to compare

@TarikHuber TarikHuber released this 28 Sep 12:28

Firekit is now a pure redux project. It can now be used in every JavaScript project that uses redux. Because it consists only of pure JavaScript code we have no dependencies.

Fireform is published under a separate project name fireform

Also the react provider is published under the project firekit-provider

Implementation of aliases

Choose a tag to compare

@TarikHuber TarikHuber released this 25 Sep 14:15
  • implemented aliases on watchers
  • added more unit tests
  • changed README

Implementation of auth features

Choose a tag to compare

@TarikHuber TarikHuber released this 21 Jun 08:55
  • implemented auth features 😄
  • complete refactor of firekit usage in the demo code

Lists changed from Objects to Arrays

Choose a tag to compare

@TarikHuber TarikHuber released this 19 Jun 14:35

Breaking Change!!!

The lists have changed from objects to Arrays of objects with key and val properties containing the child key and value.

Implementation of messaging

Choose a tag to compare

@TarikHuber TarikHuber released this 19 Jun 07:31

Implementation of Firebase messaging with new API call "initMessaging"

Bugfix

Choose a tag to compare

@TarikHuber TarikHuber released this 18 Jun 00:36

Fixed bug with FireForm

Feature improvement

Choose a tag to compare

@TarikHuber TarikHuber released this 17 Jun 23:55
  • Integration of query watchers
  • Combined reducers to a single export

Initial Release

Choose a tag to compare

@TarikHuber TarikHuber released this 17 Jun 13:27

Initial release.

WARNING: API names can change in new versions