Skip to content

Conversation

nireno
Copy link

@nireno nireno commented Apr 8, 2020

Hey @DCKT, I've made a few modifications to these firebase bindings. Let me know if you're interested in them and if you have any suggestions I can make modifications to suit.

Thanks.

nireno added 9 commits March 2, 2020 09:39
Previously we were requiring the entire top level firebase module. This generates a warning in the console "It looks like you're using the development build of the Firebase JS SDK". This fix simply follows the recommendations detailed in the warning message which is to specifically require "firebase/app".
Note: QuerySnapshot.get technically returns a [QueryDocumentSnapshot](https://firebase.google.com/docs/reference/js/firebase.firestore.QueryDocumentSnapshot) but from the docs it offers the same API surface as a DocumentSnapshot.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant