File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change 123123 </intent-filter >
124124 </activity >
125125
126- <!-- Email Link Sign-In Handler Activity for Compose -->
127- <!-- This activity handles deep links for passwordless email authentication -->
128- <!-- The host is automatically read from firebase_web_host in config.xml -->
129- <!-- NOTE: firebase_web_host must be lowercase (e.g., project-id.firebaseapp.com) -->
130- <activity
131- android : name =" .compose.ui.screens.EmailSignInLinkHandlerActivity"
132- android : label =" "
133- android : exported =" true"
134- android : theme =" @style/FirebaseUI.Transparent" >
135- <intent-filter android : autoVerify =" true" >
136- <action android : name =" android.intent.action.VIEW" />
137- <category android : name =" android.intent.category.DEFAULT" />
138- <category android : name =" android.intent.category.BROWSABLE" />
139- <data
140- android : scheme =" https"
141- android : host =" @string/firebase_web_host"
142- tools : ignore =" AppLinksAutoVerify,AppLinkUrlError" />
143- </intent-filter >
144- </activity >
145-
146- <!-- Firebase Auth Flow Activity for Compose -->
147- <!-- This activity hosts the complete Firebase authentication flow UI -->
148- <activity
149- android : name =" .compose.FirebaseAuthActivity"
150- android : label =" "
151- android : exported =" false"
152- android : windowSoftInputMode =" adjustResize" />
153-
154126 <provider
155127 android : name =" .data.client.AuthUiInitProvider"
156128 android : authorities =" ${applicationId}.authuiinitprovider"
You can’t perform that action at this time.
0 commit comments