Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

1.2.4

Compare
Choose a tag to compare
@benlmyers benlmyers released this 10 Aug 11:03
· 46 commits to main since this release

Thanks for using EasyFirebase! 🎉

New Features

  • Use EasyFirestore.Querying.where(path:matches:completion:) to query documents matching a string (for search purposes)
  • Use the .inQueryableFormat computed String property to obtain a queryable format of a String (no symbols, capital letters, etc.)

Minor Changes

  • Added a key property to Messaging Notifications so basic action handling can be passed thorough MessagingNotifications
  • EasyAuth will now automatically update .lastSignon, EasyUser.versionUpdate, and .appVersion.
  • Emails are no longer required to form EasyUser objects when using EasyUser.get(from: User)
  • Use the .incremented(...) method to increment a String to querying

Bug Fixes

  • Fixed .getChildren(...) Document method
  • Fixed issues with operator precedence