Seeking guidance on a potential challenge that I'm facing, and I'm hoping for some expert advice.
With AngularFire, I am looking to customize the uids generated on push. My goal is to create a functionality for sharing dynamic paths in Firebase, so instead of:
https://url.firebaseio.com/lists/-KGhj0n_wN1xyhtu7HOR
I would prefer something like:
https://url.firebaseio.com/AbcDe
This custom "generator" would create a new uid while still pointing to "-KGhj0n_wN1xyhtu7HOR".
Is this customization possible and beneficial, or are there alternative approaches worth considering?