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.
if(JSON.stringify(e).indexOf("Attempt to use cleared object reference")>-1){
285
+
if(JSON.stringify(e).includes("Attempt to use cleared object reference")){
286
286
console.log("Error while transforming Java to Js: "+e);
287
287
}else{
288
288
console.log("PLEASE REPORT THIS AT https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues: Tried to serialize an unsupported type: "+javaObj.getClass().getName()+", error: "+e);
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");
0 commit comments