<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>Desktop</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>640</PageWidth>
	<PageHeight>480</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\ASMAT\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<LanguageCode>en</LanguageCode>
	<ThemeColor>#000000</ThemeColor>
	<MobileOSTypes>[AndroidOS,iOS,WindowsPhoneOS]</MobileOSTypes>
	<WindowState>normal</WindowState>
	<TitleBar>True</TitleBar>
	<Sizeable>True</Sizeable>
	<MaximizeBtn>False</MaximizeBtn>
	<MinimizeBtn>True</MinimizeBtn>
	<SystemMenu>True</SystemMenu>
	<ContextMenu>False</ContextMenu>
	<AlwaysOnTop>False</AlwaysOnTop>
	<ShowInTaskbar>True</ShowInTaskbar>
	<SingleInstance>False</SingleInstance>
	<ChromeKioskMode>False</ChromeKioskMode>
	<CustomHeadMetadata>&lt;!-- The core Firebase JS SDK is always required and must be listed first --&gt;
&lt;script src=&quot;https://www.gstatic.com/firebasejs/7.2.3/firebase-app.js&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;https://www.gstatic.com/firebasejs/7.2.3/firebase-auth.js&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;https://www.gstatic.com/firebasejs/7.2.3/firebase-database.js&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;https://www.gstatic.com/firebasejs/7.2.3/firebase-storage.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;
  // Your web app&apos;s Firebase configuration
  var firebaseConfig = {
    apiKey: &quot;AIzaShhssayD5u4tLN_WY9rQhuLUi4z2VCm8E2A&quot;,
    authDomain: &quot;wardakbaba-73195.firebaseapp.com&quot;,
    databaseURL: &quot;https://asmatqatea-happy-com-firebase.com&quot;,
    projectId: &quot;wardakbaba-73195&quot;,
    storageBucket: &quot;asmatqatea-ab-tl.com&quot;,
    messagingSenderId: &quot;xxxxxxxxxxxxxxxxxxxxxxxxxxx&quot;,
    appId: &quot;1:460445972388:web:xxxxxxxxxxxxxxxxxxxxxxxxx&quot;,
    measurementId: &quot;G-NNYPN7B69S&quot;
  };
  // Initialize Firebase
  firebase.initializeApp(firebaseConfig);
&lt;/script&gt;</CustomHeadMetadata>
	<Components>
		<FunctionList name="Subroutines">
			<Components>
				<Function name="loginChangeAuth">
					<Code>asmgetCurrentUserInfo &quot;uid&quot; &quot;[myCurrentUser]&quot;

If [myCurrentUser] &gt; &quot;&quot;
   GotoPage &quot;menuPage&quot;
else
   GotoPage &quot;LoginPage&quot;
EndIf</Code>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="LoginPage">
					<pageenter>asmInitOnAuthStateChanged [myAuth]
Watch [myAuth] &quot;loginChangeAuth&quot;</pageenter>
					<Components>
						<TextInput id="TextInput1">
							<left>188px</left>
							<top>93px</top>
							<width>247px</width>
							<height>46px</height>
							<variable>email</variable>
							<place_holder>Email</place_holder>
						</TextInput>
						<PushButton id="PushButton1">
							<left>190px</left>
							<top>240px</top>
							<width>242px</width>
							<height>47px</height>
							<caption>LOGIN</caption>
							<kind>primary</kind>
							<click>asmSignInWithEmailAndPassword &quot;[email]&quot; &quot;[password]&quot;</click>
						</PushButton>
						<PasswordInput id="PasswordInput1">
							<left>189px</left>
							<top>170px</top>
							<width>244px</width>
							<height>45px</height>
							<variable>password</variable>
							<place_holder>Password</place_holder>
						</PasswordInput>
						<PushButton id="PushButton2">
							<left>190px</left>
							<top>298px</top>
							<width>242px</width>
							<height>47px</height>
							<caption>SIGN UP</caption>
							<kind>success</kind>
							<click>asmCreateUserWithEmailAndPassword &quot;[Email]&quot; &quot;[Password]&quot;</click>
						</PushButton>
						<SVGicon id="user">
							<left>404px</left>
							<top>104px</top>
							<width>23px</width>
							<height>24px</height>
							<style>stroke:black;stroke-width:1px;fill:#A8A8A8</style>
							<css_class>yCenter icon</css_class>
							<icon>svguser</icon>
						</SVGicon>
						<SVGicon id="SVGicon1">
							<left>404px</left>
							<top>179px</top>
							<width>23px</width>
							<height>24px</height>
							<style>stroke:black;stroke-width:1px;fill:#A8A8A8</style>
							<css_class>yCenter icon</css_class>
							<icon>svglock</icon>
						</SVGicon>
					</Components>
				</Page>
				<Page id="menuPage">
					<Components>
						<Container id="Container1">
							<left>0px</left>
							<top>0px</top>
							<width>640px</width>
							<height>48px</height>
							<style>color:white;font-size:16pt;text-align:center;background-color:#0392CE;padding-top:8px</style>
							<html>Menu Page</html>
						</Container>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage"/>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>640px</width>
							<height>480px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
