Skip to content

Commit

Permalink
docs: Added description of Google Login.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Aug 14, 2023
1 parent 7ee60dc commit 276bce2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/katana_cli/lib/config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,19 @@ ${showAllConfig ? """
# Sign in with your Google account.
# Get the settings for Google Login automatically from Firebase settings.
# Also, from the Firebase console (https://console.firebase.google.com/), select [Authentication]->[Sing-in method] and enable `Google`.
# To log in via the web, follow the steps below to enable the API.
# 1. Select the item "OAuth 2.0 Client ID" whose "Type" is "Web Application".
# https://console.cloud.google.com/apis/credentials
# 2. List the domain where the website is open in the "Authorized JavaScript Generator" field.
# e.g.) https://example.com
# Googleアカウントによるログインを行います。
# Firebaseの設定から自動でGoogleログイン用の設定を取得します。
# またFirebaseのコンソール(https://console.firebase.google.com/)から[Authentication]->[Sing-in method]を選択し`Google`を有効にしてください。
# Webでのログインは下記の手順でAPIを有効にします。
# 1. 「OAuth 2.0 クライアント ID」の[種類]が[ウェブアプリケーション]の項目を選択します。
# https://console.cloud.google.com/apis/credentials
# 2. 「承認済みの JavaScript 生成元」にWebサイトを開いているドメインを記載します。
# 例)https://example.com
google:
enable: false
Expand Down

0 comments on commit 276bce2

Please sign in to comment.