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!?
I correctly understand that the problem is in the wrong data format when importing them into Firebase? If so, the problem is in the format of the imported file. First, try creating a test json with 10 entries and import it into the database. If everything is in order, then use this format to import a lot of data.
I got what the problem is , i can now search for the numbers behind the + sign , example: i search for 9100 and it displays my code , description, manufacturer and type number.
But i want to at least be able to search by code, is there any quick way to change the random numbers behind the+ sign to the code number or any tricks or something?
But when i import it into firebase it chooses random parents like this
Is there any way for me to search for the child categories instead of the random number parent categories, maybe change the parent categories to something else fast cause i got like 50K plus entries…
You do not need to edit anything manually. It is necessary to make the replacement of the text in automatic mode. Do you know any scripting languages for programming - php, javascript, etc.?