You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
this.reject("Logging in the user failed. "+(task.getException()&&task.getException().getReason ? task.getException().getReason() : task.getException()));
1049
+
if(firebase.reject){
1050
+
firebase.reject("Logging in the user failed. "+(task.getException()&&task.getException().getReason ? task.getException().getReason() : task.getException()));
this.reject("Please upload the SHA1 fingerprint of your debug and release keystores to the Firebase console, see https://github.com/EddyVerbruggen/nativescript-plugin-firebase/blob/master/docs/AUTHENTICATION.md#phone-verification");
1151
+
if(firebase.reject){
1152
+
firebase.reject("Please upload the SHA1 fingerprint of your debug and release keystores to the Firebase console, see https://github.com/EddyVerbruggen/nativescript-plugin-firebase/blob/master/docs/AUTHENTICATION.md#phone-verification");
0 commit comments