Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Firebase A/B Testingを使ってサーバ側までA/Bテストした話(Android)

mahiguch
February 28, 2019

Firebase A/B Testingを使ってサーバ側までA/Bテストした話(Android)

「potatotips #59 (iOS/Android開発Tips共有会)」での発表資料です。
https://potatotips.connpass.com/event/119277/

mahiguch

February 28, 2019
Tweet

More Decks by mahiguch

Other Decks in Programming

Transcript

  1. Firebase RemoteConfig設定 • RemoteConfigはKey-Valueストア。 • PCブラウザから設定できるので、企 画側で対応可能。 • Firebase A/B

    Testingでは、直接的に は指定したRemoteConfig keyの値 が変更される。 • そこでデータを取得するAPI毎に RemoteConfig keyを作成する。