Firebase Analytics + Remote Config on the Web

preview_player
Показать описание


#firebase #analytics #ux

Take the quiz 🤓

Use code lORhwXd2 for 25% off your first payment.
Рекомендации по теме
Комментарии
Автор

The capabilities you just showed in 11 minutes were mind blowing!

chadamodio
Автор

I'm sure that your Firebase videos are more clear than official videos.
My wish is to Google sponsoring your content for firebase 🔥🔥 as like Amazon sponsored *Hitesh Choudary* for Aws Amplify.

fictionstudios
Автор

As a Angular developer myself, your channel helped me a lot, introduced me to Firebase and helped me build my knowledge on it. Thank you for it! Just keep going!

Omerko
Автор

This is awesome wow. Hands down best firebase tutorial on the web that I could find thank you !

japindersandhu
Автор

Thanks, your tutorials always are useful with easy explain.

iCristianMac
Автор

Really good video with high information density. Thanks!

softdevstuff
Автор

This is so cool! I've been watching the angularfire repo and they are working on this integration. Cant wait.

jazzymichael
Автор

Needed this soo bad. Explained audiences and how it works so much better than Firebase people

lyleclassen
Автор

Thanks for a other awesome video! Could this be used inside an Ionic (Cordova) application? I know there is the native Firebase analytics plugins, but as well as iOS and Android, I do need Windows support, which has never been an option in Firebase. So perhaps this would now be an option rather than the iOS/Android only plugin?

peterchapman
Автор

Please next video: how to import Firestore to big query and display charts on data studio using new extension. Thanks for sharing!

nicolapigozzo
Автор

Can you expand upon why it's better to use a built-in Google Analytics event (like "login") over a custom one (say, "log_in")?

BrysonThill
Автор

Please make a video about setting up different environments for analytics on react native, I'm having so much trouble with this

pedrohjleite
Автор

My options in the UI looks different. For example, SreamView does appear. Was it removed?

collectitbydiyversity
Автор

How do you access analytics data that is generated from an android client, but from your own server side application for your own reports in a different management app? I just started down this road, but it seems analytics is just a dashboard within the firebase console. We want to use that data for our own reports. What product would allow me to programmatically access that data? I'm thinking along the lines of making rest calls to the analytics db store and then mapping the response to serve our own management website. Thanks

mattmarkus
Автор

I do same in example but it says app is offline when I create firebade analytics instances, any idea? (all firebase config was updated with new data and measureId)

porfidev
Автор

Would love to see something for Analytics for React Native

jon-michaelnarvaez
Автор

Hi!

Q1: I'm trying to set up some parameters in Remote Config, but when I add a condition I cannot choose Audience. It's gray, non-clickable as if it was a premium feature or something. Is that the case? Or is there too few user in my audience (it's just one so far).

Q2: How quickly can I target a specific variation or experiment to a user after that the user is included in an audience?

Example: We set a user property when the user logs in, e.i. paying_customer = 1. If I'm trying to serve a specific piece of content to users with that property (with help of RC), can that be done within seconds from that the user logs in or will it take more time?

Q3: When I create a parameter with a condition based on a user property, it seems like it's not working. I'm having a user with the user property user_personality = "boring". When I create my parameter based on that one, I cannot retrieve that value in the console with the following code:

const remoteConfig = firebase.remoteConfig();


remoteConfig.settings = {
minimumFetchIntervalMillis:
};





It returns the default value of the parameter however, so the setup is correct. Any idea of why this is happening?

antongezelius
Автор

If only basic analytics is required, you can simply use "automatic Firebase SDK snippet" via project settings.

talvaknin
Автор

Where can I find the analytics js debug version CDN link?

VenkateshKadiriFromBangalore
Автор

Can you do a video on using FCM on the web with Firebase analytics to target web users? All the other content on YouTube is about making a service worker, but nothing about getting FCM to target the users you want.

ianman