This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I have a large amount of data sorted in CSV and plan to bulk upload to Firestore via JSON. I have sorted the data into two uploads. The first will be a collection of Locations
The second upload will move each record for the Asset
to the assigned subcollection for each Location
.
I am curious the what is the best way to create the schema for this in FlutterFlow? There are over 65k records so it is not possible to create each subcollection by hand. Is there a way to bulk upload the schema? Or is it better to just upload as a single collection with no subcollection and each Asset
having the location in it?
Subreddit
Post Details
- Posted
- 1 year ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/FlutterFlow...