Skip to content

v1.2.3

Latest

Choose a tag to compare

@agordn52 agordn52 released this 12 Sep 22:06

Fixed

  • FirebaseKitAuth: log failures to disable session persistence on web instead of silently ignoring them, and skip the unsupported setPersistence call on native platforms

Changed

  • FirebaseKit.getService<T>(): return null for 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_check analyzer plugin, using its Nylo preset with swallowed_exception, redundant_null_check and inline_async_in_builder enabled