I am not sure where I pass my auth uid token when I am making a request to firebase.
I've tried:
[myfirebaseurl]/path/1234.json?auth=[uid that i set].
Along with putting the UID in headers, content, and authorization. I am currently testing on reqbin before I put this into my application.
Basically, is it a url parameter, header, or where should I pass a UID that i set in the firebase rules tab?
Thanks for any help!