Skip to content

Authentication service is not working with the latest version of the Firebase #9

@marcalbet

Description

@marcalbet

Hi,

The authentication service is not working with the current version of Firebase:

package.json file

"dependencies": {
    "@angular/fire": "^6.1.4",
    "firebase": "^8.2.7",
  },

I've changed the wrong imports but it is still failing in the execution time:

firebase-auth.service.ts file

//import { User, auth } from 'firebase/app';
import {User} from '@firebase/auth-types';
import auth from 'firebase/firebase-auth'; 

Regards.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions