You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unrelated, creating a new issue. Give us a sample of your missing.csv to try and replicate the issue. The "--id u" option implies your csv needs a column with header "u" containing your doc IDs. Another hiccup might be type conversion, are the IDs meant to be strings/numbers?
So, I am using the the fire-migrate import command and assign my own doc id.
fire-migrate import --id u missing.csv Articles
now when I try to search the data for a certain ID using an IOS app, it cannot find it. When I try to add the article through my app, it refreshes this record that got uploaded and updates the doc ID. after this step, the app is able to locate the article. There seems to be some issue with how doc ID is written during the upload process.
I have a video that I can show which shows the record update process in firestore. I really cannot see what changed, but it clearly seems to update the doc ID apart from some few document fields which is understandable.
The text was updated successfully, but these errors were encountered:
Unrelated, creating a new issue. Give us a sample of your missing.csv to try and replicate the issue. The "--id u" option implies your csv needs a column with header "u" containing your doc IDs. Another hiccup might be type conversion, are the IDs meant to be strings/numbers?
Originally posted by @basementaspirations in #13 (comment)
hello there,
So, I am using the the fire-migrate import command and assign my own doc id.
fire-migrate import --id u missing.csv Articles
now when I try to search the data for a certain ID using an IOS app, it cannot find it. When I try to add the article through my app, it refreshes this record that got uploaded and updates the doc ID. after this step, the app is able to locate the article. There seems to be some issue with how doc ID is written during the upload process.
I have a video that I can show which shows the record update process in firestore. I really cannot see what changed, but it clearly seems to update the doc ID apart from some few document fields which is understandable.
The text was updated successfully, but these errors were encountered: