[auth][js][android] remove EE based phone auth implementation

This commit is contained in:
Salakar
2017-08-23 23:19:11 +01:00
parent 48c74ff1d7
commit 93079c2f01
8 changed files with 6493 additions and 10227 deletions

View File

@@ -1,10 +0,0 @@
export default {
credential(verificationId, code) {
return {
token: verificationId,
secret: code,
provider: 'phone',
providerId: 'phone',
};
},
};