This might be a no brainer for some of you but I'm not sure if its even possible.
Using AngularFire, I'd like to shorten the generated uids that are created on push. Why? Because I want to build a function to share a link to a dynamic path in Firebase so instead of
https://url.firebaseio.com/lists/-KGhj0n_wN1xyhtu7HOR
I'd like something like
https://url.firebaseio.com/AbcDe
The "generator" would build a new uid but still refer to "-KGhj0n_wN1xyhtu7HOR".
Is it possible, is it worth it or are there better ways to approach it?