-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QuerySnapshot Events – Proof of Concept #211
Comments
It looks good and simple! There are some things that I want to point out:
I'd like to do some tests on my own to see if the api seems coherent with the rest of the project but I do think this feature is a step in the right direction. |
Awesome! Yes, I cheated with the types so I didn't spend too much time 😂 I'll try to implement your suggestions and send it back over. |
Hey @wovalle, I removed all of the
I'll go ahead and start adding unit tests, but if you want to see the updates I made: https://github.com/garviand/fireorm/pull/1/files |
I'll check this out on the weekend! I'm having a busy week. About the Overall it looks good! I'll try to dedicate it some time on the weekend (maybe writing something to test it, I don't know). Keep it going! Great work! Next release will be exciting! |
Ok, thank you! No need to rush on this, I am busy as well. I'll do my best to keep improving it and I'll let you know what I end up doing so we don't work on the same things. This is such a fantastic library! |
@wovalle I changed all the |
Good work, left some comments! |
Hey @wovalle I couldn't tag you in my PR for some reason but I updated some things here: https://github.com/garviand/fireorm/pull/2/files Let me know your thoughts and any next steps you can think of. Thanks! |
This looks awesome! Can you create a PR to my repo and let's continue the discussion there? I'm quite busy these days because I'm starting my holidays vacations next week, after that I'll way more time to dedicate to this project. My prio is to finally merge #172, then pick up this one and finally dedicate time to #90. Thanks so much for all your contributions! Next week I'll have more time to finally check/merge this 🙏 |
Hi @wovalle, I built a quick proof-of-concept to implement listening on snapshot events: garviand#1
It is very rough but I was wondering if you think it is worth pursuing this direction as a contribution. Would love to hear your suggestions on how to proceed if you think it is worthwhile. Thanks!
The text was updated successfully, but these errors were encountered: