0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Android】Firebaseメール認証でメールリンクが開けない

Posted at

Firebase 認証で Android アプリに メールリンク認証 機能を導入したのですが
メールに送られた認証リンクをクリックすると
「Invalid Dynamic Link - Blocked」 というエラーがブラウザ上で表示され
アプリが起動しませんでした。

エラーにはドメインをホワイトリストに登録してくださいとのメッセージだったので
メールリンクの設定ホワイトリストの登録などは完了済みで
マニフェストでintent-filter設定も正確にやったつもりでした。

解決策

結果的に、intent-filter に次の一文を追加して、リンクの自動検証を有効にする事で解決いたしました。

<intent-filter android:autoVerify="true">

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?