Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

remove child method #33

Closed
proppy opened this issue Dec 31, 2015 · 0 comments
Closed

remove child method #33

proppy opened this issue Dec 31, 2015 · 0 comments

Comments

@proppy
Copy link
Contributor

proppy commented Dec 31, 2015

Now that FirebaseRef are gone, having a mutable child() method feels weird. Instead each API call should take an explicit path and overload for each base type:

firebase.push("sensor1/value", 42.0);
firebase.push("thing/state", "opened");
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant