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
113 stars 114 forks source link

FIX: uncaught exception from unsafe array access #57

Closed Coding-Solo closed 6 months ago

Coding-Solo commented 6 months ago

Fixes an issue #58 where repeatedly signing in and out can sometimes cause providerData to not have any items within the array, causing the app to crash with:

This is a safety check to prevent that from happening.

alt-text