firebase-firestore-lite
firebase-firestore-lite copied to clipboard
Unexpected token
using this as per the docs
import { Database } from 'firebase-firestore-lite';
I get SyntaxError: Unexpected token '{'. import call expects exactly one argument.
Any help appreciated