Bug report tool on aws [closed] - android

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed last year.
Improve this question
I'm developing a mobile app and i have to add a "report bug" feature. User can write something wrong he notices in the app and when he pushes, we collect the smartphone metatadata, app version, etc...So we have a json report ready to be send.
For the moment we don't know where store this report data, which tool to use ? We are using aws cloud, and are looking over internet to know if aws provide such bug tracker tool.
If not what tool could we use to achieve this use case ?
Thanks in advance.

Finally i find a list of tools used to track user bugs and report:
https://instabug.com/
https://raygun.com/languages/android
https://raygun.com/languages/android

Related

Open source code for firebase analytics (com.google.firebase:firebase-analytics) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I want to know if the source code of firebase-analytics is open or not. I couldn't find it in this repo or any where else.
I wanted to know the working and flow of the api's available in the firebase-analytics. It's just weird that all the codes are available except analytics.
firebaser here
The source code for the Google Analytics portion of the Firebase Android SDKs is currently not open-sourced.
While we open-sourced most of our product SDKs by now, it has taken different amounts of time for different products. We hope to some day have all our SDKs open-sourced, but have no timeline for when this will be.

Where to start with native app using Firebase [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I am looking to build an app where registered users can fill out a form (with some fields already prefilled for different forms) and then submit the form.
Users will need to be authenticated on the app. I'm thinking that Firebase might be best suited for the data, but not sure where to start as for the actual development and am looking for some advice. Do I use Flutter, React or another?
Is there any examples where anyone could point me to?
Thanks
oficial firebase/flutter exercise this is a light begin in configuring firebase in flutter.
After checking it you can take a look at this plugin, inside of the github repo the plugin author got some nice examples

How can I get the number of online users now in my app [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
is there any website to get online users now in my app or any good idea?
I tried to using onStart and onDestory but do not work well Are there other ideas
Best way is to use Socket for more accurate data
This way your server-side and mobile app can maintain real-time comms, which can be used in more than just tracking who is online you can even track in which activity they users are.
if you want something with less code you can use fabric KPI which can track alot more things like content view - Search - share -Rated content - etc.
NOTE
google bought fabric and right now they are working on migrating all of fabric features to their firebase service.

Tracking location of Android devices [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am developing a project which is based on android, with which I can track location of installed users in real time.i.e all those people who will install my app will allow their location to be tracked by their friends when needed,based on permissions given to contacts.
I am familiar with java and android programming. I want to know how to start that what all things i need to use. Any brief description on the working methodology of such apps will be very helpful to me.For reference my concept is something similar to this app
https://play.google.com/store/apps/details?id=com.nplay.funa thank you
Hint :- Use Firebase real time database with Google Location API.

Google Docs for Android App. Open Source? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Are Android applications like Google Calender, Google Docs, Google Goggles, Android Market open source? I want to implement a similar UI and back end for my application. Can somebody tell me how to get the open source projects code from GOOGLE. Please let me know any kind of details related to this. Thank you for your help.
Check out https://github.com/android/
Calendar code
[EDIT]: Updated links
It might be worth checking out the K-9 mail client for Android.
It has a pretty decent UI IMO.
K-9 Mail Project on Google Code

Categories

Resources