Questions tagged [firebase-predictions]

Firebase Predictions lets you define dynamic user groups based on predicted behavior. You can then target these groups using notifications, Remote Config, and more, to increase conversions and reduce churn.

Firebase Predictions applies machine learning to your analytics data to create dynamic user groups based on predicted behavior. These user groups can be used for targeting in other Firebase products like notifications, Remote Config and more. By default, Predictions will create groups for: likely to churn, likely to spend, and likely to not spend. You can also create predictions for a custom analytics events.

Related tags

6 questions
4
votes
1 answer

How to send screen view event, in order to help Firebase prediction make more accurate prediction

I have a single Activity, with multiple Fragments in a ViewPager. Currently, this is my way, to send screen view event to both Google Analytics and Firebase public static void trackView(Activity activity, String view) { trackFBView(activity,…
Cheok Yan Cheng
  • 47,586
  • 132
  • 466
  • 875
2
votes
1 answer

how to create reoccurring schedule of firebase notification composer

with new option of prediction and audience targeting of notification in firebase notification composer, I want to be able to target churn users as soon as they join the churn group with a notification and re schedule it so it will happen every time…
nabulaer
  • 321
  • 3
  • 10
1
vote
1 answer

How to use machine learning with Firebase data structure?

I have what I think is a very basic question. What are the best practices for integrating a machine learning algorithm with Firebase data structure? To be more specific, I have a data structure that continually grows on Firebase that collects,…
0
votes
0 answers

Firebase churn predictions being logged after the actual churn took place

I am trying to see how accurate firebase predictions are. I have exported firebase predictions and analytics events to BigQuery. In order to test the performance of predictions, I wrote a query which harvests predictions for the churn event, then…
0
votes
1 answer

Predictions Data don't export into BigQuery

I have problems with exporting predictions data into bigquery I followed instructions in documentations, but the result is broken. I see the datasets firebase_predictions and firebase_predictions_v2 in bigquery console, but they are empty . There is…
Gag Baghdasaryan
  • 716
  • 1
  • 11
  • 22
0
votes
2 answers

How to create a prediction base on user profile data

I'm create a application to log everything user purchase to drink.The drink have 3 value to provide the taste of the drink.So how can i use Firebase Prediction to generate 3 predicted value about what user like to drink to create a list about…
shadow
  • 114
  • 11