Property 'createUser' does not exist on type 'AngularFireAuth'.
I am trying to implement authentication system using firebase but shows error when new user is creating account.
the code is
Provide a link so we might look at the documentation.
Do you import AngularFireAuth in your component and app module? Did you add it to the app modules’ providers array? (Just a guess, could be different for Firebase)
My code for authorization is working fine. I’ll paste it here for you. My authentication function, ‘authUser()’, is written above the constructor, fyi. Another thing to check is if you are importing from ‘angularfire2/auth’
import { AngularFireAuth } from 'angularfire2/auth';