I am building an app with Android Studio that will have a queue of posts that have been submitted, and then I will be able to approve those posts and put them into the approved directory in a Firebase realtime database.
I need to move something from /PostQueue to /Posts in my database.
I have looked on the Firebase documentation, and all over the internet and can't seem to find an answer on how to do this.