The capabilities you just showed in 11 minutes were mind blowing!
@fictionstudios68765 жыл бұрын
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.
@Fireship5 жыл бұрын
Thanks, that would be cool! I've seen Unity sponsor creators as well :)
@Omerko5 жыл бұрын
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!
@jazzymichael5 жыл бұрын
This is so cool! I've been watching the angularfire repo and they are working on this integration. Cant wait.
@Fireship5 жыл бұрын
That PR is looking good, it'll make things even easier for Angular users.
@CodingCatDev5 жыл бұрын
Love the VHS!
@Fireship5 жыл бұрын
Thanks man!
@japindersandhu58834 жыл бұрын
This is awesome wow. Hands down best firebase tutorial on the web that I could find thank you !
@lyleclassen46985 жыл бұрын
Needed this soo bad. Explained audiences and how it works so much better than Firebase people
@nicolapigozzo5 жыл бұрын
Please next video: how to import Firestore to big query and display charts on data studio using new extension. Thanks for sharing!
@Fireship5 жыл бұрын
Great idea! It's on the list :)
@nicolapigozzo5 жыл бұрын
@@Fireship please consider this, it is the second time I am trying to convince you :) ;)
@mrhatbirb5 жыл бұрын
@@Fireship YAS!
@softdevstuff10083 жыл бұрын
Really good video with high information density. Thanks!
@iCristianMac5 жыл бұрын
Thanks, your tutorials always are useful with easy explain.
@moonythm5 жыл бұрын
The intro was amazing
@ourtrishan88845 жыл бұрын
I need a t-shirt Jeff! Please...😊
@grantkemp44545 жыл бұрын
Lovely summary. Great job
@iagobontempocosta5 жыл бұрын
Thank you! Great start!
@Collect-AI Жыл бұрын
My options in the UI looks different. For example, SreamView does appear. Was it removed?
@BrysonThill5 жыл бұрын
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")?
@jon-michaelnarvaez7102 жыл бұрын
Would love to see something for Analytics for React Native
@snipe30455 жыл бұрын
Can this feature be implemented in flutter?
@Fireship5 жыл бұрын
Yes, Analytics have always been available for native apps & flutter.
@ajanieniola91725 жыл бұрын
nice one keep it up.
@peterchapman62105 жыл бұрын
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?
@ianman64 жыл бұрын
Can you do a video on using FCM on the web with Firebase analytics to target web users? All the other content on KZbin is about making a service worker, but nothing about getting FCM to target the users you want.
@pedrohjleite3 жыл бұрын
Please make a video about setting up different environments for analytics on react native, I'm having so much trouble with this
@drumncase6966 Жыл бұрын
Please do an update on this after Google IO? Some things are a little stale - awesome work though
@akhila94132 жыл бұрын
please make a video on setting it up with flutter web
@javascript_developer2 жыл бұрын
can you share the link to that built in events list.
@antongezelius56905 жыл бұрын
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?
@Fireship5 жыл бұрын
That is equivalent to putting it in the head with the 'defer' attribute. Either way is fine.
@antongezelius56905 жыл бұрын
@@Fireship Thanks!
@digimbyte4 жыл бұрын
11 video for all the good stuff at the last minute, classic fireshit
@im1random2633 жыл бұрын
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
@igors.75155 жыл бұрын
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?
@mattmarkus48682 жыл бұрын
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
@porfidev2 жыл бұрын
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)
@talvaknin41154 жыл бұрын
If only basic analytics is required, you can simply use "automatic Firebase SDK snippet" via project settings.
@akashmew2 жыл бұрын
hello there ! is there any route to implementing firebase analytics in unity webgl build Thankyou!
@genkurotofu5 жыл бұрын
How can I add it to angular?
@antongezelius56905 жыл бұрын
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?
@markgoho5 жыл бұрын
So....do we not need the Google Analytics script tag anymore?
@Fireship5 жыл бұрын
It's optional. The docs have instructions if you want to combine reporting with existing gtag.js events.
@VenkateshKadiri665 жыл бұрын
Where can I find the analytics js debug version CDN link?
@shiv-codes5 жыл бұрын
how to use the analytics() in flask?
@Javatician5 жыл бұрын
How can we use this with angular. ?
@danmatlam49764 жыл бұрын
I'm getting an default config as response from .getString(key) or .getBoolean(key) using remote config.
@sagnikpradhan35945 жыл бұрын
Next video on Auth from scratch?
@andreivalentinilinca87473 жыл бұрын
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.
@maiconm5 жыл бұрын
this intro
@lucien51123 жыл бұрын
look at me: I'm big brother now
@sivuyilemagutywa52865 жыл бұрын
KZbin not sending notifications anymore
@diegosepulveda86914 жыл бұрын
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??
@pranoybiswaas4 жыл бұрын
Edit parameter reporting is now gone.
@pardal_bs5 жыл бұрын
Great, but Google Analytics tracks users...
@joaomelo66425 жыл бұрын
cool
@maroxesen13 жыл бұрын
I love you so much
@unmy4004 жыл бұрын
someone else getting the 404 google tag manager error ? firebase documentation for web analytics is 💩