JohnCoene / firebase

Google FIrebase for shiny
https://firebase.john-coene.com
GNU Affero General Public License v3.0
171 stars 26 forks source link

Fix Firebase class print #27

Closed itkonen closed 2 years ago

itkonen commented 2 years ago

I'm not quite sure if the test for a user being signed in is valid in all states (e.g. after sign-out or connection error).

JohnCoene commented 2 years ago

I did not work on the print methods too much because being shiny-dependent it tends not to be printed

itkonen commented 2 years ago

I included a Filter function in f0db083339c013fc56f7137f285b8312ab1557ed to clean up fields which might be missing. I guess this should also work for the children classes. Also, it would easy to add other fields that the children classes might have.

JohnCoene commented 2 years ago

Thank you, that works!