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
Please forgive the question if it's ignorant. When I use .push() I get a child with a firebase push id as the key. I would like to define the key myself (e.g. a project name). Is this possible? Or is the best way to accomplish this by taking a copy of the endpoint one level up with .fetch(), modifying it locally, and then using .update() or .post() to update the data at that endpoint?
The text was updated successfully, but these errors were encountered:
Hi there,
Please forgive the question if it's ignorant. When I use .push() I get a child with a firebase push id as the key. I would like to define the key myself (e.g. a project name). Is this possible? Or is the best way to accomplish this by taking a copy of the endpoint one level up with .fetch(), modifying it locally, and then using .update() or .post() to update the data at that endpoint?
The text was updated successfully, but these errors were encountered: