nhorvath / Pyrebase4

A simple python wrapper for the Firebase API. ⛺
254 stars 63 forks source link

FIX for IndexError: list index out of range #15

Closed codekuu closed 3 years ago

codekuu commented 3 years ago

Added validation.

No validation that self.pyres object isn't null only if it's a list. If the list is empty, pyrebase crashes due to pyres[0] cant be found since there is no index of 0 to be found.