万年素人からHackerへの道

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

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

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

    'getCredential' is deprecated and shouldn't be used. Deprecated in favor of `FacebookAuthProvider.credential()`.
    credentialにする。
    PhoneVerificationFailed
    => FirebaseAuthException
    FirebaseAuth.instance.currentUser()
    => () 不要で await 不要?
    'documentID' is deprecated and shouldn't be used. Deprecated in favor of `.id`.  Try replacing the use of the deprecated member with the replacement.
    => idで
    'documents' is deprecated and shouldn't be used. Deprecated in favor of `.docs`.  Try replacing the use of the deprecated member with the replacement.
    => docsになった
    document.data
    => document.data() みたいにカッコがないとFunctionになってしまう
    'getDocuments' is deprecated and shouldn't be used. Deprecated in favor of `.get()`.  Try replacing the use of the deprecated member with the replacement.
    => get() でOK
    'Firestore' is deprecated and shouldn't be used. Class Firestore is deprecated, use 'FirebaseFirestore' instead..
    Firestore => FirebaseFirestore