Skip to content

Releases: kuros/jFirebase

jFirebase-v1.0.3

21 Oct 19:33
1973eb3

Choose a tag to compare

Added

  1. in-query fixes by @bgizdov
    a. #6
    b. #5

jFirebase-1.0.1

13 Apr 18:34

Choose a tag to compare

Added

  1. Added @Transitent annotation to make field transient and not get deserialised. Either use annotation @transient or add modifier transient

jFirebase-1.0.0

11 Mar 12:48

Choose a tag to compare

Added

  1. Query support for

    • notEqualTo
    • in
    • notIn
    • arrayContainsAny
  2. Requires firestore > v 2.2.4

jFirebase-0.6.16

25 Feb 18:18

Choose a tag to compare

Added

  1. Temporal with ability to save date without time.
  2. Collection Parent for collections.

jFirebase-0.6.14

20 Jan 22:08

Choose a tag to compare

Fixed bug #4 .

jFirebase-0.6.13

11 Jan 19:55

Choose a tag to compare

Added

  1. fix for saving date object
  2. support collection group queries
  3. improved perfomance

jFirebase-0.6.11

16 Nov 18:06

Choose a tag to compare

Fixed update bug in transaction

jFirebase-0.6.10

16 Nov 12:27

Choose a tag to compare

Added

  1. Fixed the bug introduced in transaction.set
  2. Added ValuePath in remove attribute

jFirebase-0.6.9

16 Nov 09:44

Choose a tag to compare

Modified

changed implementation for set attributes.

jFirebase-0.6.8

03 Oct 17:29

Choose a tag to compare

Fix Bug: Null pointer being thrown when Update attribute value is null