Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

95
Views
export 'default' (imported as 'firebase') was not found in 'firebase/app'

i have installed the firebase(npm i firebase) all the installed npm,s are latest to their version

imported code like so-

import firebase from "firebase/app";

import config from "./config.json";

import "firebase/firestore";

import "firebase/auth";

import "firebase/storage";

firebase.initializeApp(config);

let provider = new firebase.auth.GoogleAuthProvider();

export const auth = firebase.auth();

export const firestore = firebase.firestore();

export const storage = firebase.storage();

export const signInWithGoogle = () => {

  auth.signInWithPopup(provider);
};

export default firebase;

code where i use it:-

import { signInWithGoogle } from "./firebase"

let Login=()=>{

    return(

        <button 

            onClick={()=>{

                signInWithGoogle();

            }}

        >click to sign</button>

    );

}

export default Login;
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!