sveltefire icon indicating copy to clipboard operation
sveltefire copied to clipboard

Documentation error on getting started

Open optikalefx opened this issue 2 years ago • 0 comments

Step 2 says

const db = getFirestore(app);

and then

<FirebaseApp {auth} {firestore}>

This is an error because firestore is not defined.

Step 2 should say

const firestore = getFirestore(app);

optikalefx avatar Aug 03 '23 01:08 optikalefx