Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在使用 eslint 标准导入导入云 Firestore 时遇到问题。Cloud Firestore Web 示例使用“require”。您如何将其与导入一起使用?
它看起来像这样:
import * as firebase from 'firebase/app'; import 'firebase/firestore';