3
votes

I'm implementing firebase analytics and would like to see the events logged in the firebase console immediately. This should be possible in the debugview but it's not visible in my console.

What do I need to do in order to add the debugview?

Debugview as seen in firebase keynote debugview as seen in

My firebase console enter image description here

3

3 Answers

1
votes

DebugView is currently only available to a limited set of developers. If will be made generally available soon (I don't have any details on the exact date though).

If you have been invited to join the early access program, but it isn't showing in the Console, reach out to Firebase support so we can help you troubleshoot.

If you haven't been invited to join that early access program, DebugView correctly won't show in your console. Hint: I highly recommend you read this blog post in that case.

0
votes

Now Firebase Debug view is available . You have to set your devices a prop using adb command . If you are using emulator take care to have the latest version of play services .

-1
votes

Check out your GoogleService-Info.plist file if IS_ANALYTICS_ENABLED property is true.