Skip to content

Releases: TarikHuber/firekit

First release with v1

22 Jan 09:15
Compare
Choose a tag to compare

Added unit tests over 90 %

NO breaking changes 😄

Separation from fireform and firekit-provider

28 Sep 12:28
Compare
Choose a tag to compare

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

25 Sep 14:15
Compare
Choose a tag to compare
  • implemented aliases on watchers
  • added more unit tests
  • changed README

Implementation of auth features

21 Jun 08:55
Compare
Choose a tag to compare
  • implemented auth features 😄
  • complete refactor of firekit usage in the demo code

Lists changed from Objects to Arrays

19 Jun 14:35
Compare
Choose a tag to compare

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

19 Jun 07:31
Compare
Choose a tag to compare

Implementation of Firebase messaging with new API call "initMessaging"

Bugfix

18 Jun 00:36
Compare
Choose a tag to compare

Fixed bug with FireForm

Feature improvement

17 Jun 23:55
Compare
Choose a tag to compare
  • Integration of query watchers
  • Combined reducers to a single export

Initial Release

17 Jun 13:27
Compare
Choose a tag to compare

Initial release.

WARNING: API names can change in new versions