app-framework
app-framework copied to clipboard
Support for Firebase Cloud Firestore
Would it be possible to support Cloud Firestore as you support Realtime Database? Currently, this.$fireStore refers to the Storage service, which is different from the Firestore service. Thanks!
For sure you can extend with the corresponding Firebase module from NPM your app - or commit a pull request for App Framework :-)
I've forked and implemented it. But I do not have well followed your rules about branching and all :/ It's the first time I'm forking a project like that! :D Anyway, you will easily found my updates here if you want to implement them: https://github.com/scriptPilot/app-framework/compare/master...Pitouli:master
@Pitouli can you make a pull request for your Firestore changes? That would really help @scriptPilot.
@Pitouli Are you going to make that PR? I'm also interested in using cloud firestore and this would be super helpful :)
Yes, I'll try to do it tomorrow :)
@daniel-centore @mdocter @scriptPilot I've made a push request: https://github.com/scriptPilot/app-framework/pull/778
Any updates? I am waiting for this feature. Thanks