You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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