step-up-labs / firebase-database-dotnet

C# library for Firebase Realtime Database.
MIT License
668 stars 168 forks source link

Multi-path Updates #319

Open iFelinto opened 2 months ago

iFelinto commented 2 months ago

Hi there,

any tips on how to achieve atomic operations with multi-path updates? Something equivalent to the Java library for updateChildren?

Thanks!