2021-06-01から1ヶ月間の記事一覧

日本の多重下請け構造について考察

The individual technology of Japanese companies is excellent. Japan has a weak ability to organize technology. This is due to the multiple subcontracting structure. Position is important in Japan. Toyota is building a Toyota house. Will BM…

Swift Firebase and Google login シングルトン作成

SceneDelegate ログインのview周りの処理を書く場所 class SceneDelegate: UIResponder, UIWindowSceneDelegate { var window: UIWindow? func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.Connect…

Firebase email 認証 設定方法

Firebase でEmail認証にチェックを入れる でも送られてきた認証メールが expiredになってる。 なぜ? 調べてみるとこの記事に解答があった。 stackoverflow.com 結構ハマったのでまとめておく ポイント GoogleAPIから、HTTPリファラーのkeyを作成しないとい…