Releases: nylo-core/firebase-kit
Releases · nylo-core/firebase-kit
Release list
v1.2.3
Fixed
FirebaseKitAuth: log failures to disable session persistence on web instead of silently ignoring them, and skip the unsupportedsetPersistencecall on native platforms
Changed
FirebaseKit.getService<T>(): returnnullfor a missing service without throwing and catching an exception internally- Add explicit types to local variables whose type is not obvious from their initializer
- Add the
vibe_checkanalyzer plugin, using its Nylo preset withswallowed_exception,redundant_null_checkandinline_async_in_builderenabled
v1.2.2
Changed
- Bump
firebase_coreto^4.14.0 - Bump
firebase_messagingto^16.6.0 - Bump
firebase_analyticsto^12.5.0 - Bump
firebase_crashlyticsto^5.3.0 - Bump
firebase_authto^6.6.1 - Bump
cloud_firestoreto^6.9.0 - Bump
firebase_core_platform_interfaceto^8.1.1 - Exclude
build/**from static analysis
v1.2.1
Changed
- Bump
firebase_coreto^4.12.1 - Bump
firebase_messagingto^16.4.3 - Bump
firebase_analyticsto^12.4.5 - Bump
firebase_crashlyticsto^5.2.6 - Bump
firebase_authto^6.5.6 - Bump
cloud_firestoreto^6.7.1 - Bump
firebase_core_platform_interfaceto^8.0.0
v1.2.0
Changed
FirebaseKitMessaging.autoRequestPermissionnow defaults totrue(previouslyfalse), aligning the default with the documented behavior, code examples, and test suite. Apps that constructFirebaseKitMessaging()without this flag will now request notification permission on boot. PassautoRequestPermission: falseto keep the previous behavior.- Bump
firebase_coreto^4.11.0 - Bump
firebase_messagingto^16.4.0 - Bump
firebase_analyticsto^12.4.3 - Bump
firebase_crashlyticsto^5.2.4 - Bump
firebase_authto^6.5.3 - Bump
cloud_firestoreto^6.6.0 - Bump
firebase_core_platform_interfaceto^7.1.0
v1.1.4
Changed
- Bump
firebase_coreto^4.9.0 - Bump
firebase_messagingto^16.2.2 - Bump
firebase_analyticsto^12.4.1 - Bump
firebase_crashlyticsto^5.2.2 - Bump
firebase_authto^6.5.1 - Bump
cloud_firestoreto^6.4.1 - Bump
firebase_core_platform_interfaceto^7.0.1
v1.1.3
Changed
- Bump
firebase_coreto^4.8.0 - Bump
firebase_messagingto^16.2.1 - Bump
firebase_analyticsto^12.4.0 - Bump
firebase_crashlyticsto^5.2.1 - Bump
firebase_authto^6.5.0 - Bump
cloud_firestoreto^6.4.0 - Bump
firebase_core_platform_interfaceto^7.0.0
v1.1.2
Changed
- Bump
firebase_coreto^4.6.0 - Bump
firebase_messagingto^16.1.3 - Bump
firebase_analyticsto^12.2.0 - Bump
firebase_crashlyticsto^5.1.0 - Bump
firebase_authto^6.3.0 - Bump
cloud_firestoreto^6.2.0 - Bump
mocktailto^1.0.5 - Bump
firebase_core_platform_interfaceto^6.0.3
v1.1.1
v1.1.0
v1.0.0
v1.0.0
- Initial release
- FirebaseKitMessaging: Push notifications, FCM tokens, topic subscriptions,
onAuthorizedcallback - FirebaseKitAnalytics: Event logging, screen tracking, user properties
- FirebaseKitCrashlytics: Crash reporting, error logging
- FirebaseKitAuth: Authentication state management
- FirebaseKitFirestore: Collection helpers, typed converters, queries, streaming