In my EmberFire app the URL looks like this:
http://example.com/friends/-Jaxji0depwt4PE8KnFG
Is there a way to customize the unique ID in Firebase to look like this:
http://example.com/friends/1
http://example.com/friends/2
http://example.com/friends/3
The unique id in firebase is generated when we push data.
Example:
Instead, we can directly assign value to child
Example:
So, the answer is to use the value directly in child