This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
1.4.2
🎉 Thank you for supporting EasyFirebase! I'm a full-time student spending my free time on this library, so I apologize if there any bugs present. Feel free to contribute with a pull request or report buts in Issues!
Minor Changes
- Firebase Remote Config can now be imported as a dependency.
- Singletons are now explicitly stored with
set(singleton:...)
. EasyAuth.signInWithApple(...)
now uses a completion handler.- Device token improvements.
- Persistence can now be toggled using
EasyFirestore.usePersistence
.
Fixes
- Issues with EasyLink have been fixed.