Reputation: 281
i have the following Problem:
I'm new in Firebase and i don't know, how can i fix it.
Thanks!
Upvotes: 0
Views: 901
Reputation: 55
API changed, so you could try with:
credential = EmailAuthProvider.credential(email, password);
Upvotes: 1
Reputation: 47
They have changed a bit methods` names. You should write EmailAuthProvider.credentials now
Upvotes: 0