I am looking for a way where i can count user firebase calls made to user node in firebase or to it's child nodes. my Firebase structure looks like below:
users/uid1/xyz - user 1
users/uid2/abc - user 2
is there a way to count calls made by web app to access uid1 node or it's below child nodes done for any read , write operation for user 1.