I'm thinking what I wanted to do in ESST project can be implemented by using Firebase. I would like to study how Firebase can work by trying to develop ESST by using Firebase.
Invoke-customs are only supported starting with Android O (--min-api 26)
Message{kind=ERROR, text=Invoke-customs are only supported starting with Android O (--min-api 26), sources=[Unknown source file], tool name=Optional.of(D8)}
com.google.firebase.FirebaseException: An internal error has occurred.
Identity Toolkit API has not been used in project 937695033468 before or it is disabled.
Enable it by visiting
https://console.developers.google.com/apis/api/identitytoolkit.googleapis.com/overview?project=937695033468 then retry.
If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.
Identity Toolkit APIを有効にしてみる。
com.google.firebase.auth.FirebaseAuthException:
The given sign-in provider is disabled for this Firebase project.
Enable it in the Firebase console, under the sign-in method tab of the Auth section.
注意点ですが、慣れていないと意外と引っかかるのが、Android StudioのConnect to Firebaseを使って設定すると、Firebase上にどんどんプロジェクトが自動作成されます。どのアプリがどのプロジェクトに接続するかを理解しながらAndroidアプリ側、Firebaseサーバ側、Twitterサーバ側を設定しないと当然エラーがおこります。当たり前なのですが。。
AndroidクライアントからGmailが送れるか?
まずは、OAuthでGoogleにログインしてみる。なお、[6]で最初に要求されるSHA Finger Printは、Firebase Assistantがすでに設定してくれてた.できたこと、できなかったことをSend Message by Gmailに記録。
Abstract#
I'm thinking what I wanted to do in ESST project can be implemented by using Firebase. I would like to study how Firebase can work by trying to develop ESST by using Firebase.Topics#
Invoke-customs are only supported starting with Android O (--min-api 26) Message{kind=ERROR, text=Invoke-customs are only supported starting with Android O (--min-api 26), sources=[Unknown source file], tool name=Optional.of(D8)}compileOptions { sourceCompatibility 1.8 targetCompatibility 1.8 }Reference#