Xamarin.FormsでFirebase DebugViewの設定
公式のFirebaseのドキュメントにはXcodeやAndroid Studio用の説明しかなくXamarin用のドキュメントとして備忘録のために投稿。ほぼ、公式Firebaseのドキュメントと同じだがほんのちょっとだけ違う...
Android
ターミナルにて以下のコマンドを実行するのみ
adb shell setprop debug.firebase.analytics.app <package_name>
※ <package_name>
部分にはアプリのパッケージ名を入力
iOS
iOSのプロジェクトオプションを開く
構成 > Default の「追加のmlaunch引数」部分に以下を入力し「OK」をクリック
--argument=-FIRAnalyticsDebugEnabled
上記設定の上エミュレーターもしくは実機で動作確認をするとFirebaseコンソールのDebugViewにて確認ができます。
参考にしたサイト
公式 イベントのデバッグ
How can debug firebase analytics
Firebase Analytics DebugView の設定の仕方
Author And Source
この問題について(Xamarin.FormsでFirebase DebugViewの設定), 我々は、より多くの情報をここで見つけました https://qiita.com/HisakoIsaka/items/c31612ed7da1c5877c24著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .