Siddharth2092
Siddharth2092

Reputation: 407

Firebase Permission Issue

I have recently moved to Google's Firebase for the purpose of app analytics. But, I'm having trouble tracking my "log events" on the web console. Despite having the Owner permission, I'm unable to see anything under the "EVENTS" tab of the console.

Stack trace that I'm getting on the console on clicking the "EVENTS" tab.

js.js:162 Error: permissions undefined on currentAccess
    at Error (native)
    at ga49n.all 

(https://ssl.gstatic.com/analytics/20160609/app/js/js.js:1870:630) at ga49n.fetch (https://ssl.gstatic.com/analytics/20160609/app/js/js.js:1870:730) at Object.c (https://ssl.gstatic.com/analytics/20160609/app/js/js.js:1919:2644) at Object.invoke (https://ssl.gstatic.com/analytics/20160609/app/js/js.js:85:376) at k (https://ssl.gstatic.com/analytics/20160609/app/js/js.js:435:2280) at j (https://ssl.gstatic.com/analytics/20160609/app/js/js.js:435:2484) at https://ssl.gstatic.com/analytics/20160609/app/js/js.js:435:3108 at o.resolve (https://ssl.gstatic.com/analytics/20160609/app/js/js.js:435:3192) at t (https://ssl.gstatic.com/analytics/20160609/app/js/js.js:435:14766) undefined

All help is appreciated.

Thanks

Upvotes: 0

Views: 104

Answers (1)

Steve Ganem
Steve Ganem

Reputation: 10851

We are aware of this issue and it should be fixed shortly.

Upvotes: 1

Related Questions