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?
Preliminary changes necessary to enable Firestore functionalities.
For now this will only allow to initalize
<firebase-app>
with the necessaryprojectId
in the options and loads the script necessary to usefirebase.firestore
.How best to implement
firebase-firestore-query
andfirebase-firestore-document
remains to be seen. And I guess the firestore persistance option should be added tofirebase-app
?