This repository was archived by the owner on Apr 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import * as appModule from "tns-core-modules/application";
1212import { AndroidActivityResultEventData } from "tns-core-modules/application" ;
1313import { ad as AndroidUtils , layout } from "tns-core-modules/utils/utils" ;
1414import lazy from "tns-core-modules/utils/lazy" ;
15- import { topmost } from "tns-core-modules/ui/frame" ;
1615import { firestore , User } from "./firebase" ;
1716
1817declare const android , com , org : any ;
@@ -38,7 +37,7 @@ let fbCallbackManager = null;
3837const GOOGLE_SIGNIN_INTENT_ID = 123 ;
3938const REQUEST_INVITE_INTENT_ID = 48 ;
4039
41- const authEnabled = lazy ( ( ) => typeof ( com . google . firebase . auth ) !== "undefined" ) ;
40+ const authEnabled = lazy ( ( ) => typeof ( com . google . firebase . auth ) !== "undefined" && typeof ( com . google . firebase . auth . FirebaseAuth ) !== "undefined" ) ;
4241const messagingEnabled = lazy ( ( ) => typeof ( com . google . firebase . messaging ) !== "undefined" ) ;
4342const dynamicLinksEnabled = lazy ( ( ) => typeof ( com . google . firebase . dynamiclinks ) !== "undefined" ) ;
4443
You can’t perform that action at this time.
0 commit comments