firebase functionを使えるようにした際、知らず知らずにESlintを有効にしてしまっていた。今回は対処した際の方法を紹介。
tech
GCP
firebase deploy時のeslintを無効にする
GCP
Firebase AuthenticationにFacebook Accountでログインする
Firebase AuthenticationにFacebook Accountでログインを有効にさせる方法をまとめます。
GCP
firebase authenticationでユーザーのimport/exportについて調べた
Firebase Authentication は、firebase での認証処理を行うための機能です。 ID/PWによるパスワード認証、電話番号、一般的なフェデレーション ID プロバイダ(Google、Facebook、Twitter)などを使用した認証を行うことができます。 firebase authenticationでユーザーのimport/exportについて調べました。
mysql
ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.
パスワードを更新を促されるメッセージ。パスワードポリシーに則った形で変更するパスワードを必要がある。
linux
mmap() failed: [12] Cannot allocate memory
laravelをinstall時、memoryが不十分だとinstallでエラーになる。twitterで投稿したところ、アドバイスもらった。確かにswapの設定してなかった。クラウドであれば一時的にインスタンスタイプを変更することでインストールできるが、今回はインスタンスタイプを変更せず対応する。
aws
Amazon Transcribe が日本語に対応したので早速試した
はじめに11/22 Amazon Transcribe が日本語に対応したという記事がリリースされました。議事録とったりVoice memo作ったり何かと活用の場所がある機能。早速試してみました。
docker
Unable to obtain Outpost ARN from EC2 Metadata: EC2MetadataError: failed to make EC2Metadata request
Unable to obtain Outpost ARN from EC2 Metadata: EC2MetadataError: failed to make EC2Metadata request
redash
docker v7 install
redash v7の公式の手順で起動しずらかったので、Docker hubから出来合いのDocker imageをpullして動かすことにした。サクッとv7を動かす手順を紹介
docker
ERROR: Service ‘server’ failed to build: Error parsing reference: “node:10 as frontend-builder” is not a valid repository/tag: invalid reference format
git cloneしたリポジトリで docker build を行ったところ、 Error parsing reference: "xxxx" is not a valid repository/tag: invalid reference format というエラーが発生したので、原因と対策について記載する。
GCP
Cloud Natural Language API を試した
Googleがトレーニング済みモデルとして提供している自然言語処理(Natural Language Processing)を使うことで、文字を元に感情分析、エンティティ分析、エンティティ感情分析、コンテンツ分類、構文分析などの自然言語理解の機能がAPI経由で利用できるとのこと。 Cloud Natural Language APIで、どのような結果を得る事ができるか試してみた。