How can one acquire a users IP address when they are interacting with Firebase Real-time database? I have an iOS application that uses Firebase as its backend service and it allows for users to post things to a feed anonymously. If I wanted to trace back the users IP address to see who posted it, what is the best way of going about figuring that out?
Cheers!