FirebaseExtended / polymerfire

Polymer Web Components for Firebase
https://www.webcomponents.org/element/firebase/polymerfire
MIT License
459 stars 142 forks source link

Prepare Firestore functionality #273

Closed Scarygami closed 7 years ago

Scarygami commented 7 years ago

Preliminary changes necessary to enable Firestore functionalities.

For now this will only allow to initalize <firebase-app> with the necessary projectId in the options and loads the script necessary to use firebase.firestore.

How best to implement firebase-firestore-query and firebase-firestore-document remains to be seen. And I guess the firestore persistance option should be added to firebase-app?

tjmonsi commented 7 years ago

@mbleigh and I are working on the firestore component (or mixin). Will be working on it next week. But thanks for this.