Question: I have a react native project and am using firebase v9. I am trying to add a user object to my user collection when a user is created via the sign up screen, but it is not adding in ...

Question: I have a custom ID in my Firebase documents. I want to get a single document querying by that custom ID and modify it. I’m using firebase v9. Here’s my code so far: The query works fine, but the ...