Closed
Description
I'm trying to create an addon to FirebaseUI; this addon includes the FirebaseSpinnerAdapter I proposed in #304 for this library. @puf suggested I put it in a separate library, thus I created the FirebaseUI-Android-Addons repository.
It (for now) includes the FirebaseSpinnerAdapter, but I ran into a problem during implementation: I had to create a copy of the FirebaseArray for a future feature since the one FirebaseUI provides is package-private.
I was wondering if I could submit a PR to change that since my problem would be fixed with some SOLID programming.