You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my app users are allowed to write refs but not update them. Unfortunately, I need a child's uuid key stored as a property on that ref, so I'd like to include it with 'push'. I've been using 'push' and then updating the property with an update call, but that's no longer an option. Is there a way to include the uuid/key as a property in a single push method? Thanks for your help -
The text was updated successfully, but these errors were encountered:
Hi there,
In my app users are allowed to write refs but not update them. Unfortunately, I need a child's uuid key stored as a property on that ref, so I'd like to include it with 'push'. I've been using 'push' and then updating the property with an update call, but that's no longer an option. Is there a way to include the uuid/key as a property in a single push method? Thanks for your help -
The text was updated successfully, but these errors were encountered: