はじめに
Cordova で Repro とカスタム URL スキームを使ってディープリンクを扱う方法。
TL;DR
- EddyVerbruggen/Custom-URL-scheme をインストール
- Content Security Policy の設定変更
config.xml
変更(allow-intent
,config-file
追加)window.handleOpenURL
を定義
- ディープリンクを設定して Repro プッシュ通知を送信
Cordova で Repro とカスタム URL スキームを使ってディープリンクを扱う方法。
config.xml
変更(allow-intent
, config-file
追加)window.handleOpenURL
を定義firebase/firebaseui-web による Firebase Authentication の認証 UI でパスワードの強度チェック(文字数や文字種のルール設定)を行う方法。
firebase/firebaseui-web による Firebase Authentication の認証 UI をローカライズ(日本語化)する方法。
script
に __{LANGUAGE_CODE}
を付けるLANGUAGE_CODE
は LANGUAGES.md
参照1 | -<script src="https://www.gstatic.com/firebasejs/ui/4.7.3/firebase-ui-auth.js"></script> |
Chrome 拡張機能で Firebase Authentication を使って認証する方法。
signInWithEmailAndPassword
で実施Stripe & Firebase によるサブスクリプションを試した際のメモ。
status
と current_period_end
を使えば OKFirebase 公式ドキュメント Firebase による支払い処理 を試した際のメモ。