This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
1.2.4
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 thoroughMessagingNotification
s - EasyAuth will now automatically update
.lastSignon
,EasyUser.versionUpdate
, and.appVersion
. - Emails are no longer required to form
EasyUser
objects when usingEasyUser.get(from: User)
- Use the
.incremented(...)
method to increment a String to querying
Bug Fixes
- Fixed
.getChildren(...)
Document method - Fixed issues with operator precedence