EddyVerbruggen/nativescript-plugin-firebase

Network calls not showing in the Chrome Dev Tools Network tab

Open

#591 opened on Dec 31, 2017

View on GitHub
 (9 comments) (6 reactions) (0 assignees)TypeScript (429 forks)github user discovery
enhancementhelp wantedquestion

Repository metrics

Stars
 (1,005 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I have built a Nativescript app based on the Groceries template from the Nativescript documentation here. I got it up and running and working, and when I call tns debug android I can see all network calls to the Everlive api in the Network tab of Chrome Dev Tools. I am now embarking on replacing that default implementation with this Firebase plugin, and I can get the list working, I can add groceries and display the list of groceries. However, none of the calls to the firebase api show up in the Network tab of the Chrome Dev Tools.

Please advise why that would be? Am I missing something, or could it be an issue with this Firebase Plugin?

Contributor guide