I have a Node.js and Firebase project.
How can I update a field in an array which already exists?
Seems out that Firebase has only two array operations - arrayUnion and arrayRemove.
Say I have to update currency in BRSR. How do I do that?
I have a Node.js and Firebase project.
How can I update a field in an array which already exists?
Seems out that Firebase has only two array operations - arrayUnion and arrayRemove.
Say I have to update currency in BRSR. How do I do that?