FirebaseExtended / firebase-video-samples

This repository contains sample code for some of the videos on the Firebase YouTube channel.
https://www.youtube.com/c/firebase
Apache License 2.0
119 stars 119 forks source link

App crashes after repeated sign-ins #58

Closed Coding-Solo closed 8 months ago

Coding-Solo commented 8 months ago

Expected Behavior

The user can sign in and sign out repeatedly without the app crashing

Actual Behavior

The user can sign in and sign out, and if done repeatedly, the app will crash

Steps to Reproduce the Problem

  1. Sign in
  2. Sign out
  3. Repeat steps 1-2 several times

Specifications

Solution

Here is a PR that resolves the issue: https://github.com/FirebaseExtended/firebase-video-samples/pull/57