Hey all,
I’m so out of practice with databases. I am sure this is probably an easy fix, but here is the problem.
-
I am have some data uploaded to my Firebase DB. But when I restart the app and go through the steps again, instead of adding a new record, it’s overwriting the existing one.
-
ALSO, it appears to be updating the LAST submission instead of the current submission - if that makes sense.
For example, I go through the steps and enter ABCD into a field. When I submit it, it doesn’t update the DB. I go through the steps a second time and enter EFGH into the same field. When I submit it, the database is updated with the FIRST entry of ABCD.
Sooooo, where did I go wrong on these two issues? Thanks for your help guys and gals!
Mark