What i want to do is the following.
For my employer i"m trying to develop an app that does this:
- search in firebase for the entered text.
- if text has been found send it to another user + commentary why text has been sent to said user.
Example : i have a product wich has the follwing data:
- code = 132453
- description = gauge pressure
- manufacturer = mitsubishi
- Type number = elko132
after investigation i notice the type number is wrong , so i open the app and search for this particular item by Code, description, manufacturer or type number. ( example: i put in the items code, 132453 and everything displays in a separate text box, one for code one for description etc.)
when the data is found i can put in commentary like: please change type number to - something.
after that a user gets a notification and changes the type number in our main database ( outside the app ).
I exported all the items in our database via cvs and changed it to json, then i uploaded it to firebase and this is how it came out.
I dont understand the random numbers that have been given, 9099, 91, 910 Etc.
But there are 50K plus items in the database and i have tried and tried but nothing seems to work…
Please would anyone be so kind to help me out here!?