skip to Main Content

Importing "firebase/app" Module not found: Error: Default condition should be last one

Hi I'm starting with webpack and firebase. Everytime when I do : import { initializeApp } from "firebase/app"; This is the error: File structure: index.html: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>WElcome</title>…

VIEW QUESTION

What should I do to protect my uploaded firebase document

How can I protect my uploaded document in Firebase? For Example, this is my uploaded document URL:- https://firebasestorage.googleapis.com/v0/b/sapient-logic-368311.appspot.com/o/coder.JPEG?alt=media&token=55d1a727-956f-434b-bdad-a08b8ef133d0 Anyone can able to access and see my uploaded document by using this document URL. How can I protect the uploaded document,…

VIEW QUESTION
Back To Top
Search