What makes Firebase Analytics unique? - #AskFirebase

preview_player
Показать описание
Ask the Firebase team your Firebase questions. This week on the show: Fontaine Foxworth, Product Manager on Firebase Analytics!


#AskFirebase Questions of the Week:

Рекомендации по теме
Комментарии
Автор

I would love to get Firebase Analytics to work with my Ionic 2 Framework mobile app, but at this time I don't see a Cordova plugin or Javascript SDK. Is that something in the road map? #AskFirebase

Lyreka
Автор

Any chance to support react native? Current plug-ins from 3rd party not working well.

webophir
Автор

#askfirebase The Firebase website describes "earn" with AdMob, but AdMob only works with IOS and Android. What is the recommended way to earn for Progressive Web apps?

Gary-zqdr
Автор

#AskFirebase A lot of the features in firebase are Android and iOS only, and so it's kinda hard for a progressive app developer using Polymer to have those features like Analytics, RemoteConfig, Notifications (these two are must-haves IMO), Dynamic Links, FCM, AdMob. Will you guys roll out these features soon so I can use them in my Polymer website and Node.js server as easily as Android and iOS developers can, or do I have to do the plumbing myself?

duttaoindril
Автор

#AskFirebase My question: How can I get real-time active users of my app through Firebase? Is it possible?

nikinsk
Автор

My question: when does Firebase Analytics come to web apps?

danielzuidinga
Автор

I always enjoy this videos from firebase You seem to enjoy it and looks so relaxed. I love it.

YurisbelJimenez
Автор

#Askfirebase I'm using Firebase now. But I noticed that Analytics are not showing in real time (instantly). Are the stats available only after the end of the day? It is frustrating alittle. Any suggestion? For you info: I've installed my app on two different real phones and in the dashbord, it is showing me only 1 Monthly active users. why?

simoprdev
Автор

How to use Firebase analytics on data that stored in my Firebase DB.
example: how many orders are made by our users or may be like type of orders they made. #AskFirebase

manohargunturuws
Автор

Can a dynamic link survive a signup or login process? #AskFirebase

AntonLindroth
Автор

#AskFirebase hy david thnks for a great video. I wan to ask 1 question, can firebase database synchronize data when the app is closed? do we can add firebase in the service?

AnnasBlackHat
Автор

Now I see GCM is recommending FCM, but I see its much easier through FCM than GCM.What do you think about it, is it good to switch to FCM?

bishwajitnepali
Автор

Hi David
I have been requesting for a solution @ twitter and here @ youtube but no solution, can you could provide me a solution for the following :

1. I have a node with a field of base64 string, need to triiger database on write to convert base64 string to image or thumbnail and upload the image to cloud storage using FIREBASE FUNCTIONS.

2. Secondly after uploading the image it would also update the node with downloadurl link

dipendusaha
Автор

#AskFirebase How to authenticate FirebaseDatabase reference for secured read and write operations. It is not accepting AuthStateListener instance as It was done in older version (addAuthStateListener() is not available in newer version) of firebase.

srjons
Автор

I have a question that I've been wanting to get answered:

I'm working on a social network app using Firebase Realtime Database. I want to know how to make a rule such that a user can only see their own posts, and posts from their followings in the Feed; like Instagram or Snapchat.

I have a Friendships node where I set up connections between users, Posts node for all the posts, and Users node for all the users

And here's how I tried to define the rule that gives me 'permission denied':

"posts": {
".read": === true",
".write": "auth != null"
}

WaseefAkhtar
Автор

How can I use storage with React Native? #askFirebase

FelipeMendesBraga
Автор

#AskFirebase
How can I know the exact number of GBs stored in the realtime database and storage of my firebase project(in order to predict the amount I might require for an increasing userbase)?

existenence
Автор

#AskFirebase
My question: Is it possible to create custom REST API's? (for single users of the webapp) I know its possible to add the .json, but I don't know if this is a good way to do that. THX

SoccerTutorialHD
Автор

#AskFirebase, Love the channel, I have 3 questions..
1. How can I create a shallow search in Firebase Database on android app end to get the count of the specific node children without loading the complete data set under that node?
2. How can I use Firebase to do ajax calls, say to load drop down contents for a large data sets in android autocomplete text view with keystrokes..?
3. How to use Geofire to get dynamic data sets (node data)along with UID instead of using listeners on each node separately, which works but is time consuming and doesn't feel intuitive ?

P.S I am trying to build the complete app server client framework using just Firebase.

gowravhassan
Автор

#Askfirebase I tried to add
compile when I ran my app I got an error:
Considering local module and remote module
Is it because google-services.jason given in Firebase does not have crash report?

"services": {
"analytics_service": {
"status": 1
},
"appinvite_service": {
"status": 1,
[]
},
"ads_service": {
"status": 2
}

simoprdev