13

Is there anything I need to worry about when I get these messages in my log?

enter image description here

2018-09-02 21:27:09.723503+0100 Songvote[1775:490365] 4.12.0 - [Firebase/Analytics][I-ACS023104] Number of real-time events is over the real-time event count daily limit. Event is no longer real-time. Event name, parameters: _vs, {
    "_c" = 1;
    "_o" = auto;
    "_pc" = CodeViewController;
    "_pi" = 1971604679964194266;
    "_sc" = UserViewController;
    "_si" = 1971604679964194267;
}

2018-09-02 21:27:09.723620+0100 Songvote[1775:490365] 4.12.0 - [Firebase/Analytics][I-ACS023104] Number of real-time events is over the real-time event count daily limit. Event is no longer real-time. Event name, parameters: _vs, {
    "_c" = 1;
    "_o" = auto;
    "_pc" = UserViewController;
    "_pi" = 1971604679964194267;
    "_sc" = ViewController;
    "_si" = 1971604679964194260;
}

2018-09-02 21:27:09.724009+0100 Songvote[1775:490365] 4.12.0 - [Firebase/Analytics][I-ACS023104] Number of real-time events is over the real-time event count daily limit. Event is no longer real-time. Event name, parameters: _vs, {
    "_c" = 1;
    "_o" = auto;
    "_pc" = ViewController;
    "_pi" = 1971604679964194260;
    "_sc" = CodeViewController;
    "_si" = 1971604679964194268;
}

I get these messages when my app is in the background, when it is meant to send data/analytics.

I am on the free plan, and I am no-where near the limits of the Spark plan.

What do these messages mean? Are they something I need to take into consideration?

May it be that too much analytics data is on the device, therefore needs to be sent to the cloud?


If you have any questions, please ask!

9
  • 1
    That message is coming from Google Analytics for Firebase, not Realtime Database. Commented Sep 2, 2018 at 21:20
  • @DougStevenson What does it mean then?
    – George
    Commented Sep 2, 2018 at 21:32
  • Sorry. If I knew, I'd answer the question. But it's clearly coming from analytics. Commented Sep 2, 2018 at 21:39
  • @DougStevenson No problem, thanks for pointing me in the right direction!
    – George
    Commented Sep 2, 2018 at 21:52
  • Is this a device you have AnalyticsDebugging turned on for? Commented Nov 7, 2018 at 16:22

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.