GithubHelp home page GithubHelp logo

Comments (3)

Kohze avatar Kohze commented on May 30, 2024

Can you specify a bit what data you are actually trying to access if your database has no data?
I assume you mean that someone uploaded something but you dont have that exact URL, in that case you can always download the full path or even full database (then you will get a list object back). If you give me a bit more details about the problem to solve I can certainly provide some code for that.

from firedata.

ganesh3 avatar ganesh3 commented on May 30, 2024

Hi,

Let me give you a background:

I have 1 app for basic functionality which is deployed on Android Play Store & iOS App Store. I am tracking analytics using Google Analytics & Firebase.

Within Firebase I am tracking EVENTS and I want to access the events data that is visible on the Firebase Console. There is 1 project within firebase and 2 sub project i.e. one for Android measurement and one for iOS. We are able to view the event related data on the Firebase UI which we want to access.

On clicking Database on firebase UI, I do not have any database to access data from whereas Firebase is still reporting the data. How do I access the data that Firebase is reporting and access it via Firedata within R?

Regards
Ganesh Bhat

from firedata.

Kohze avatar Kohze commented on May 30, 2024

I guess then your question is related to https://firebase.google.com/docs/analytics/ where they mention Bigquery as only option to store those firebase analytics console data.

If you need to perform custom analysis or join your data with other sources you can link your Analytics data to BigQuery, which allows for more complex analysis like querying large data sets and joining multiple data sources.

BigQuery is a SQL database in the google cloud, and there is also a R package for it in case you want to access your event data. Other than that it could be joined with firebase cloud functions where you might be able to just write something that puts the events into the firebase DB, but I guess that is the more difficult route unless you know how to write firebase cloud functions.

from firedata.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.