I have a basic question I have adaway app installed in my device but I want to test firebase analytics in my phone
Which domains I have to whitelist to unblock the adaway blocking?
You need to whitelist the following endpoint in order to collect Analytics data for Firebase powered app.
https://app-measurement.com/a
Make use of the inbuilt Debug Tools for testing provided by Firebase.
Related
We want to connect Google Analytics 4 to our mobile applications (Android and iOS)
All documentation that we found about this topic mentioned doing it through Firebase.
We checked on GA4 documentation and they always mention using Firebase: https://support.google.com/analytics/answer/9304153#zippy=%2Cios-app-or-android-app
Do you know if it is feasible to connect a mobile application to Google Analytics 4 without using Firebase?
I am developing a Android app with firebase as backend. I heard about firebase admin SDK but I don't know how to create it. I am using firebase console in web interface.
Now how can I set customer claims for a user?
You cannot. You could add custom claims from your local computer instead of Cloud functions or run a node process locally if you just need to add claims for a few users but the Admin SDK is necessary.
Checkout Firebase Custom Claims without Cloud Functions for detailed explanation on setting up admin sdk locally. You could just locally run functions or a node process to add claims as mentioned in there.
I understand that Firebase does not support android devices that do not have google services installed.
I'm trying to build a native android app on a Clover Till (https://docs.clover.com/). I need realtime database and authentication. The rest of the firebase features would be nice however I can get by with just the database and authentication.
It seems like realtime database is working but authentication is not.
Am I correct in saying that firebase auth needs google services to work in android?
If so, what are my options?
Could I build a hybrid app to get around this?
Thanks
What I want to do is log my users in via Google in my mobile app powered by Phonegap on Android.
To do so I use firebase SimpleLogin module which logs me in correctly thanks to the "InAppBrowser" plugin.
My problem is that the webview powered by the InAppBrowser does not have access to my Google credentials. I have to tap them manually each time.
Is there a way to tell the webview how to automatically get my Google credentials from my phone so that I don't have to write them each time ?
Thanks
Probably not. If you're only using the browser for auth, consider using Google+ Sign-in for Android instead.
The browser on Android, like web browsers in general, runs in a sandbox. This means it does not have access to system resources such as Android's AccountManager. This is done on purpose for security reasons.
We are using Amazon Mobile Analytics to collect app usage for Android using AWS Android sdk.
Since our application is business related we are tracking some custom events. Now we want show those custom events analytics to app user on Android device. Is there any way to get our app analytics data in the form of web services so that we can show the data to our users on Android app?
I have posted the same question on AWS forum here, unfortunately I have not got any reply.
Amazon Mobile Analytics recently released the "Auto Export" feature. This enables you to get your raw events in an S3 bucket. From there you can easily build a web service around it or simply read the raw S3 file.
http://aws.amazon.com/about-aws/whats-new/2014/12/17/introducing-amazon-mobile-analytics-auto-export/