Skip to content
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

Transactionize the write and read requests #21

Open
bharat-1809 opened this issue Dec 2, 2020 · 0 comments
Open

Transactionize the write and read requests #21

bharat-1809 opened this issue Dec 2, 2020 · 0 comments
Labels
backend Backend related enhancement New feature or request firebase An issue related to firebase
Milestone

Comments

@bharat-1809
Copy link
Owner

Transactionizing the read and write requests would overcome the problem of atomic read and writes.
In simple words, if two requests are made simultaneously to a document then either they give an error or produce some absurd result. Transactioizing them would mean that even if the requests are made at the same time, they will function correctly as several bank transactions occur simultaneously around the globe.

@bharat-1809 bharat-1809 added the enhancement New feature or request label Dec 2, 2020
@bharat-1809 bharat-1809 added this to the v2.0.1 milestone Dec 6, 2020
@bharat-1809 bharat-1809 added firebase An issue related to firebase backend Backend related labels Jan 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend related enhancement New feature or request firebase An issue related to firebase
Projects
None yet
Development

No branches or pull requests

1 participant