Firebase, Proxyman, and data post

Hello CodeCrew! Maybe you can help me with an explanation to this:

Sometimes, not always, when I post data to Firebase from a swift program, The Proxyman app shows me that the data post is Completed and continues posting a lot without stopping. But, when I open Firebase Database, there is nothing there.

I haven’t used proxyman, but I’d double check that you’re writing the code correctly. Firebase has pretty good docs.

Do you see any errors in the console of the app when posting data?
Are your permissions set correctly for the database?

Yes, the permissions are set correctly and there are no errors…I still haven’t found a solution:(

Can you share your code that isn’t working?

Please post it as text, not a screenshot. You can do this by placing three backticks on the line before your code and three backticks on the line after your code so that it will be formatted properly. You can also highlight an entire code block and click the </> button on the toolbar to wrap the block for you.
This makes it far easier to read and also makes it easier for other posters to copy/paste the code in order to test solutions and such.