Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ptruiz/ea2d354d60a660380bde3a63eeb011b3 to your computer and use it in GitHub Desktop.
Save ptruiz/ea2d354d60a660380bde3a63eeb011b3 to your computer and use it in GitHub Desktop.
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https"
android:host="flutterfire-ptruiz.firebaseapp.com" />
</intent-filter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment