Skip to content
#

import

Here are 880 public repositories matching this topic...

tuukkamustonen
tuukkamustonen commented Feb 7, 2019

So, apparently we need these helpers (quite like polyfills) to target platforms, which don't have some of the newer features yet (like async/await). Ok.

However, if I target es2017, es2018 (or es2025 when it comes), tsc will produce code that doesn't need to rely on these helpers, and there's no need for this lib?

Would it make sense to document which helpers are required on whic

themikejr
themikejr commented Jun 14, 2019

Please correct me if I'm wrong, but as far as I can tell, this library does not currently offer the option to allow firestore to generate ID for documents in collection or subcollections, rather the ID has to be specified upfront in the data that is being imported.

If this is currently not supported, I suggest a feature where a token like <docId> can be inserted into JSON that is being import

Improve this page

Add a description, image, and links to the import topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the import topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.