I'm adding an item to a Firebase array on page1, this is done when the user clicks the "Complete" button. However, I also want to load the next page using ng-route in which the record is retrieved. I'm wanting unique URLs that can be accessed again by the user, this is why I'm having it directly append it to the URL. I'm adding an item to a Firebase array on page1