Skip to content

Commit 581feb7

Browse files
committed
clean merge
1 parent e136f93 commit 581feb7

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

auth/src/main/AndroidManifest.xml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -123,34 +123,6 @@
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"

0 commit comments

Comments
 (0)