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 am looking for a Firebase solution for logging. I am not sure if Firebase offers a solution for this or not.
I have looked at FireBase analytics but this is not quite a match, you do not get a view that one would typically expect from a system log.
My requirements are simple: System log entries ordered by date and time with arbitrary loads, the application side software logging mechanism should queue the log entries if the mobile device is offline.
Does Firebase offer any product that can be used for logging. (Standard Syslog).
Sure you have.
You import the package from firebase-firestor and you are good to go.
Official explaining here
Related
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 1 year ago.
This post was edited and submitted for review last year and failed to reopen the post:
Original close reason(s) were not resolved
Improve this question
is there any admin panel for firebase apart from its console? Or what's the easiest way to build a admin dashboard for firebase?
Thank you in advance.
No, somewhat curiously, Firestore is not fully incorporated into gcloud, the most likely CLI where this functionality could exist.
The Firebase CLI includes very limited database functionality.
Fuego is a 3rd-party tool that includes a chunk of useful functionality.
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 1 year ago.
Improve this question
I am developing a medical software for a doctor whose primary concern is his data privacy.
He wants that the developers for the software and the vendor managing the deployment of the software on the cloud should not be able to view his data in the database in any instance.
I am planning to develop his software and deploying it on the google-cloud-platform.
Which methods can I follow while developing the backend app to ensure this?
I understand - your question is very general.
In that case it may be useful to check the PDF file - Google Cloud security foundations guide
Another interesting document relevant to the healthcare domain - Setting up a HIPAA-aligned project
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 am not able find the correct answer as if one can tell me if yes then how and if no then what is the preferred database just like firebase that integrate with all the three android web and IOS fully
There is a firebase.dart package that for a long time has been usable on the web. There's even an example page in the repo.
Right now it's in a state of limbo though, as the same functionality is being added to the firebase_storage package in the FlutterFire repo, but web support hasn't been completed there yet.
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 it possible to setup and use Metabase (https://metabase.com/) to directly (or indirectly, maybe via Google BigQuery) connect to Firebase realtime Database to fetch data to analyze? Any advice or tutorial links (if available) will be highly appreciated!
Firebase support is still an open issue on Metabase: https://github.com/metabase/metabase/issues/4213
Noteworthy comment/opinion from contributor/CEO of Metabase:
For what it's worth, for firebase specifically, we'd strongly suggest getting your database and/or analytics events into BigQuery somehow vs coding against the database rest api directly.
I'm leaving this issue open in case to not squash anyone's motivation, but even if it does get addressed in a PR, I'd still recommend using BQ =)
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 5 years ago.
Improve this question
I'm creating a React Native application and I want to use Firebase.
I tried to find few tutorials but none was clear enough for me, can you guys link me with a good tutorial to get started with Firebase?
Another question, In the Firebase console, should I choose use Firebase for Web App?
Thanks in advance.
In Firebase Console you need to use the Web App option as the others require the usage of native code.
I would recommend you to take a look at Firestack: https://github.com/fullstackreact/react-native-firestack
It might be overwhelming at first sight, but it's in my opinion the most solid Library to work with Firebase with ease.