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

Multiple Users editing file Concurrently on Firebase Storage #53

Open
vgad03 opened this issue Feb 16, 2023 · 0 comments
Open

Multiple Users editing file Concurrently on Firebase Storage #53

vgad03 opened this issue Feb 16, 2023 · 0 comments

Comments

@vgad03
Copy link

vgad03 commented Feb 16, 2023

Hi, thank you so much for this Nuget, ive been using it and its very helpful!

I do have a question.

I have a situation where multiple users are editing a file on firebase storage concurrently. How is this treating with this Nuget? I am currently editing the file and then just uploading it to firebase using the following:

public async void Upload(Stream fileStream, string folder, string filename) { await firebaseStorage .Child(folder) .Child(filename) .PutAsync(fileStream); }

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant