Any apps built with the firebase authentication system use the FIREBASE UID of the user to identify that users data, not the wordpress "ID."
Please add the FIREBASE UID of the post author to the data which is sent to firebase with the posts.
Note: Also, in response to the first time I requested this, you added a duplicate child node (author) containing redundant author info(name, I.D. [wordpress id, that is] and url) which was already being sent with your old version. Please remove that redundant data which is unnecessary since it is already being sent with the post data in the main tree.
Any apps built with the firebase authentication system use the FIREBASE UID of the user to identify that users data, not the wordpress "ID."
Please add the FIREBASE UID of the post author to the data which is sent to firebase with the posts.
Note: Also, in response to the first time I requested this, you added a duplicate child node (author) containing redundant author info(name, I.D. [wordpress id, that is] and url) which was already being sent with your old version. Please remove that redundant data which is unnecessary since it is already being sent with the post data in the main tree.
Thank you.