万年素人からHackerへの道

万年素人がHackerになれるまで殴り書きするぜ。

  • ・資産運用おすすめ
    10万円は1000円くらい利益
    資産運用ブログ アセマネ
    • ・寄付お願いします
      YENTEN:YYzNPzdsZWqr5THWAdMrKDj7GT8ietDc2W
      BitZenny:ZfpUbVya8MWQkjjGJMjA7P9pPkqaLnwPWH
      c0ban:8KG95GXdEquNpPW8xJAJf7nn5kbimQ5wj1
      Skycoin:KMqcn7x8REwwzMHPi9fV9fbNwdofYAWKRo

    Firebase

    flutterfire configure コマンド

    この辺でのこと https://qiita.com/kazakago/items/5dbe67032ecc7d459d74 FlutterFire Overview | FlutterFire flutterfire configure ? The files android/build.gradle & android/app/build.gradle will be updated to apply Firebase configuration and g…

    FlutterのFirebase Dynamic Linkst

    https://pub.dev/packages/firebase_dynamic_links

    redirect_uri_mismatch

    Error 400: redirect_uri_mismatch You can't sign in to this app because it doesn't comply with Google's OAuth 2.0 policy. If you're the app developer, register the redirect URI in the Google Cloud Console. redirectに入れるってのはわかるけど…

    React Firebaseで

    Firebase をフロントエンドから適切に隠蔽するための「Hooks Injection パターン」 - JX通信社エンジニアブログ FIREBASE_CONFIGの設定 export FIREBASE_CONFIG='{"apiKey":"これ1","projectId":"これ2"}' これ1、これ2をFirebaseのconsoleからとる。 こ…

    FiorebaseでMap突っ込むときの変なエラー

    updateのときにmap含むオブジェクト投げたら怒られた。 Invalid argument: Instance of '_CompactLinkedHashSet<String>') mapObj がマップの場合、こんな風に変換が必要だった。 'hoge': List<String>.from(mapObj),</string></string>

    FirebaseでAPIのログインできない時

    FirebaseでAPIのログインできない時

    FIREBASE_TOKENというFireebaseのトークン取得コマンド

    firebase login:ci 実行。 ブラウザ立ち上がるのでそれでログインする。 firebase login:ci Visit this URL on this device to log in: https://accounts.google.com/o/oauth2/auth?client_id=なんてら Waiting for authentication... ✔ Success! Use this t…

    Firebaseのプラグインについて最新対応

    'getCredential' is deprecated and shouldn't be used. Deprecated in favor of `FacebookAuthProvider.credential()`. credentialにする。 PhoneVerificationFailed => FirebaseAuthException FirebaseAuth.instance.currentUser() => () 不要で await 不…

    Firebase Chatでプッシュ

    qiita.com

    FlutterでFarebaseでログイン失敗のエラー

    W/ActivityThread(17014): handleWindowVisibility: no activity for token android.os.BinderProxy@56d9cc4 E/flutter (17014): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: PlatformException(sign_in_failed, com.google.android…

    Flutter WebとFirebase組み合わせ

    Flutter Web and Firebase https://qiita.com/hiko1129/items/73ea988df0c537657b10?fbclid=IwAR2rMZwbOnQqtrOOODVg2fO25WTxlTo7OnexhpGrEJ5YmXOQQ4ohhsY02LQ https://akio-blogger.blogspot.com/2019/12/flutter-for-webtodo.html?m=1&fbclid=IwAR1hO3cKIx5…

    Firebaseログイン 簡易CMS・・?

    github.com Firestoreの簡易管理ツールをNuxt.jsでつくってみた - Qiita

    FirebaseのFirestoreは?

    FirebaseのFirestoreはデータベースである。 Storageの名前と勘違いするが、データベースである。 Firestore

    お名前.comでのURL転送 Firebase

    ドメインNavi ログインページ 転送元URL 転送元URLを空白にした場合、転送元URLは下記URLとなります。 http://該当のドメイン名 って思ったけど、こっちがいいか? Gatsby+firebaseで独自ドメインのHTTPSサイトを作る(その2 Firebaseの設定)

    FirebaseのDBのパーミッションのエラー

    ブラウザのconsoleには以下のエラー。 Uncaught (in promise) Error: PERMISSION_DENIED: Permission denied javascript - Firebase Permission Denied - Stack Overflow ログイン - Google アカウント とあるが、 Permission denied in Firebase Realtime D…

    Firebaseのエラー

    FIREBASE FATAL ERROR: Can't determine Firebase Database URL. Be sure to include databaseURL option when calling firebase.initializeApp(). これはおそらく、 firebase.initializeApp( { apiKey: process.env.APIKEY, authDomain: process.env.AUTHDO…

    Firebase Admin SDK Go を使えるように設定

    Firebase Admin SDK Go を使えるように設定したいんだがJSONをダウンロードできるとこがわかりにくい https://firebase.google.com/docs/admin/setup?hl=ja アプリに Firebase を追加する Firebase Admin SDK を使用するには、Firebase プロジェクト、Fireba…