Firebase Analytics + Remote Config on the Web

Поділитися
Вставка
  • Опубліковано 3 жов 2019
  • Get started with Firebase Analytics on the web. Gain insight into the behavior of your users and put the data to use with a customized UX via Remote Config fireship.io
    Firebase Analytics firebase.google.com/docs/anal...
    #firebase #analytics #ux
    Take the quiz 🤓
    iOS itunes.apple.com/us/app/fires...
    Android play.google.com/store/apps/de...
    Upgrade to Fireship PRO at fireship.io/pro
    Use code lORhwXd2 for 25% off your first payment.
  • Наука та технологія

КОМЕНТАРІ • 67

  • @chadamodio9697
    @chadamodio9697 4 роки тому +18

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

  • @fictionstudios6876
    @fictionstudios6876 4 роки тому +33

    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.

    • @Fireship
      @Fireship  4 роки тому +4

      Thanks, that would be cool! I've seen Unity sponsor creators as well :)

  • @Omerko
    @Omerko 4 роки тому +3

    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!

  • @japindersandhu5883
    @japindersandhu5883 4 роки тому

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

  • @iCristianMac
    @iCristianMac 4 роки тому

    Thanks, your tutorials always are useful with easy explain.

  • @softdevstuff1008
    @softdevstuff1008 3 роки тому

    Really good video with high information density. Thanks!

  • @jazzymichael
    @jazzymichael 4 роки тому +3

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

    • @Fireship
      @Fireship  4 роки тому

      That PR is looking good, it'll make things even easier for Angular users.

  • @grantkemp4454
    @grantkemp4454 4 роки тому

    Lovely summary. Great job

  • @iagobontempocosta
    @iagobontempocosta 4 роки тому

    Thank you! Great start!

  • @lyleclassen4698
    @lyleclassen4698 4 роки тому

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

  • @moonythm
    @moonythm 4 роки тому

    The intro was amazing

  • @CodingCatDev
    @CodingCatDev 4 роки тому +7

    Love the VHS!

  • @nicolapigozzo
    @nicolapigozzo 4 роки тому +14

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

    • @Fireship
      @Fireship  4 роки тому +3

      Great idea! It's on the list :)

    • @nicolapigozzo
      @nicolapigozzo 4 роки тому +1

      @@Fireship please consider this, it is the second time I am trying to convince you :) ;)

    • @mrhatbirb
      @mrhatbirb 4 роки тому

      @@Fireship YAS!

  • @peterchapman6210
    @peterchapman6210 4 роки тому

    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?

  • @ourtrishan8884
    @ourtrishan8884 4 роки тому +3

    I need a t-shirt Jeff! Please...😊

  • @BrysonThill
    @BrysonThill 4 роки тому +1

    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")?

  • @pedrohjleite
    @pedrohjleite 3 роки тому

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

  • @ajanieniola9172
    @ajanieniola9172 4 роки тому

    nice one keep it up.

  • @talvaknin4115
    @talvaknin4115 3 роки тому

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

  • @maiconm
    @maiconm 4 роки тому

    this intro

  • @igors.7515
    @igors.7515 4 роки тому

    Got a bit confused ;) We don't need to load SDKs in index.html, since we use module bundler approach like here: firebase.google.com/docs/web/setup?authuser=0#using-module-bundlers or do I miss something?

  • @porfidev
    @porfidev Рік тому

    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)

  • @antongezelius5690
    @antongezelius5690 4 роки тому

    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: 3600000,
    };
    remoteConfig.fetchAndActivate()
    remoteConfig.getString("user_personality")
    It returns the default value of the parameter however, so the setup is correct. Any idea of why this is happening?

  • @andreivalentinilinca8747
    @andreivalentinilinca8747 3 роки тому

    Have experienced discrepancies in data displayed in Firebase in Project Overview vs. Analytics data in Dashboard section. Has anyone encountered this before? Figures for active users, e.g., on the same day, display one figure in Project Overview and a different figure in Dashboard-Analytics.

  • @mattmarkus4868
    @mattmarkus4868 Рік тому

    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

  • @collectitbydiyversity2442
    @collectitbydiyversity2442 10 місяців тому +1

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

  • @diegosepulveda8691
    @diegosepulveda8691 4 роки тому

    Anyone know how can I obtain the data through Laravel / PHP, specially events from a firebase analytics? I can do that but only por web not app + web??

  • @danmatlam4976
    @danmatlam4976 4 роки тому

    I'm getting an default config as response from .getString(key) or .getBoolean(key) using remote config.

  • @jon-michaelnarvaez710
    @jon-michaelnarvaez710 Рік тому

    Would love to see something for Analytics for React Native

  • @maroxesen1
    @maroxesen1 2 роки тому

    I love you so much

  • @VenkateshKadiriFromBangalore
    @VenkateshKadiriFromBangalore 4 роки тому

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

  • @ianman6
    @ianman6 3 роки тому

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

  • @javascript_developer
    @javascript_developer Рік тому

    can you share the link to that built in events list.

  • @akashmew
    @akashmew 2 роки тому

    hello there !
    is there any route to implementing firebase analytics in unity webgl build Thankyou!

  • @akhila9413
    @akhila9413 Рік тому

    please make a video on setting it up with flutter web

  • @shiv-codes
    @shiv-codes 4 роки тому

    how to use the analytics() in flask?

  • @im1random263
    @im1random263 2 роки тому

    I'm shocked how much data is collected by google just from initializing analytics without even creating events! Never would do things like that to my users

  • @drumncase6966
    @drumncase6966 Рік тому

    Please do an update on this after Google IO? Some things are a little stale - awesome work though

  • @genkurotofu
    @genkurotofu 4 роки тому +1

    How can I add it to angular?

  • @Javatician
    @Javatician 4 роки тому

    How can we use this with angular. ?

  • @snipe3045
    @snipe3045 4 роки тому +5

    Can this feature be implemented in flutter?

    • @Fireship
      @Fireship  4 роки тому +1

      Yes, Analytics have always been available for native apps & flutter.

  • @digimbyte
    @digimbyte 3 роки тому

    11 video for all the good stuff at the last minute, classic fireshit

  • @sivuyilemagutywa5286
    @sivuyilemagutywa5286 4 роки тому

    UA-cam not sending notifications anymore

  • @joaomelo6642
    @joaomelo6642 4 роки тому

    cool

  • @antongezelius5690
    @antongezelius5690 4 роки тому

    One question: I see you load and initialize Firebase in the head-section, which make sense to me. But when I create a Firebase project and follow along the instructions, I'm instructed to put it at the bottom of the body. Why are the instructions telling me this?

    • @Fireship
      @Fireship  4 роки тому +1

      That is equivalent to putting it in the head with the 'defer' attribute. Either way is fine.

    • @antongezelius5690
      @antongezelius5690 4 роки тому

      @@Fireship Thanks!

  • @pranoybiswas822
    @pranoybiswas822 3 роки тому

    Edit parameter reporting is now gone.

  • @lucien5112
    @lucien5112 3 роки тому

    look at me: I'm big brother now

  • @markgoho
    @markgoho 4 роки тому

    So....do we not need the Google Analytics script tag anymore?

    • @Fireship
      @Fireship  4 роки тому +1

      It's optional. The docs have instructions if you want to combine reporting with existing gtag.js events.

  • @unmy400
    @unmy400 3 роки тому

    someone else getting the 404 google tag manager error ? firebase documentation for web analytics is 💩

  • @sagnikpradhan3594
    @sagnikpradhan3594 4 роки тому

    Next video on Auth from scratch?

  • @pardal_bs
    @pardal_bs 4 роки тому +1

    Great, but Google Analytics tracks users...

  • @anweshandev
    @anweshandev 2 роки тому

    Yeah the top location is India 🇮🇳

  • @aderitosantos1695
    @aderitosantos1695 2 роки тому

    Hum spyware friendily