This repository was 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
.inQueryableFormatcomputed String property to obtain a queryable format of a String (no symbols, capital letters, etc.)
Minor Changes
- Added a
keyproperty to Messaging Notifications so basic action handling can be passed thoroughMessagingNotifications - EasyAuth will now automatically update
.lastSignon,EasyUser.versionUpdate, and.appVersion. - Emails are no longer required to form
EasyUserobjects 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