Thank you for this amazing guide. I’m just starting out Streamlit and I’ve used these tutorials to help me upgrade my app. I’ve come to this part below.
Then, continue the code until a PermissionDenied error is raised on this snippet:
doc_ref.set({
"title": title,
"url": url
})
Here’s what the error says:
PermissionDenied : 403 Cloud Firestore API has not been used in project # before or it is disabled. Enable it by visiting [url] then retry.
However, I checked the Cloud Firestore API is already enabled. I’ve come to this site but then I’m not sure what to do.