Let db = Firestore.firestore() issue

This is my code, yet on the line let db = Firestore.firestore(), it not working

I have added the FirebaseApp.configure and import Firebase at the start. I also followed all instructions in the lessons.

Thanks! Any help would be deeply appreciated!

Accepted Reply

You are new to the forum, so welcome.

it not working

That does not give any useful information.

What do you get ? What do you expect ? What is the error message if any ?

Did you try adding

import FirebaseFirestore
Add a Comment

Replies

You are new to the forum, so welcome.

it not working

That does not give any useful information.

What do you get ? What do you expect ? What is the error message if any ?

Did you try adding

import FirebaseFirestore
Add a Comment