Skip to content

Releases: Freddywhest/firestore-eloquent

v2.0.3

04 Jul 16:17
Compare
Choose a tag to compare

Fixed FAuth::user() return null after login

v2.0.2

04 Jul 13:09
Compare
Choose a tag to compare

Fixed FAuth bug

v2.0.1

04 Jul 10:36
Compare
Choose a tag to compare

Fixed count error when using all() method

v2.0.0

27 Mar 02:26
Compare
Choose a tag to compare
  • Added a new way of retrieving data
  • Added toArray method to convert data in to an array
  • Added pagination array
  • Improved performance
  • And many more..

Visit the documentation website and choose v2.x to check the new features

Full Changelog: v2.0.0...v2.0.0

v1.1.4

27 Mar 02:12
61c93ae
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.3...v1.1.4

v1.1.31

27 Mar 02:34
Compare
Choose a tag to compare

Full Changelog: v2.0.0...v1.1.31

v1.1.2

31 Dec 19:07
Compare
Choose a tag to compare
  • Add manual way of of adding page numbers to paginate function
  • fixes bugs

v1.1.1

26 Nov 14:55
Compare
Choose a tag to compare
  • Fixed HandlePagination trait not found
  • Updated package version in composer

v1.1.0

25 Nov 20:15
Compare
Choose a tag to compare
  • Fixed bugs.
  • Improved overall perfomance by 60%.
  • Updated sub-collection update and create method.
  • Removed manual providing of document id, It's now auto-generated by Firestore.

v1.0.3

23 Nov 18:10
Compare
Choose a tag to compare

Fixed sub document query returning null.