-
Notifications
You must be signed in to change notification settings - Fork 3
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
Firebase queue for Firestore? #7
Comments
Great question! I do not think this library can support Firestore. There are a few reasons:
Another thing that might be problematic is that we are not using Firestore in any of our projects. This would have a negative effect if we had Firestore support in this project:
So I think the best thing would be a separate project with maintainers that know how Firestore works. I would suggest to use the same surface API and behavior (as far as possible) as this library. This would benefit end-users (developers) and allows them to switch their application to another store. If it helps feel free to fork this library and convert it into a Firestore version! |
Ohw, I forgot to add: please let me know if you disagree, I try to be open for discussion. |
It is also possible to use both Realtime DB and Firestore DB in the same project. So the one solution might be to keep parts of your app separated, logic for queuing could use RealtimeDB and the rest of your app could use Firestore DB. |
I'm closing this issue. If anyone feels it needs to be reopened, please feel free and don't forget to add a motivation and counter arguments. |
#5 (comment)
@LoveMHz:
The text was updated successfully, but these errors were encountered: