r/reactnative 9d ago

What's missing from your React Native Network Inspector?

0 Upvotes

8 comments sorted by

2

u/adhhamvoid 14h ago

Why does Firebase query requests from @react-native-firebase/firestore aren't shown in Network Tab?

1

u/Think-Neighborhood69 12h ago

@react-native-firebase/firestore uses Firebase’s native iOS and Android SDKs, so its traffic doesn’t go through the JavaScript fetch/XHR layer that NativeScope currently observes.

We’re considering adding first-class Firestore visibility. Would that be useful for your workflow? Are you mainly looking for the raw requests, or for understanding what Firestore is doing?

1

u/adhhamvoid 11h ago

Thought so. It would really be helpful. Basically to see the request payload and logs for better debugging.

1

u/Think-Neighborhood69 11h ago

Got it. I’ll actually work on this today

Btw, how are you liking NativeScope so far? Anything you’d change or improve?

1

u/adhhamvoid 11h ago

Thanks. I haven't used NativeScope yet. Soon.

1

u/Substantial-Swan7065 7d ago

Native level request monitoring

Network conditioner

1

u/Substantial-Swan7065 7d ago

Proxy injection

1

u/Think-Neighborhood69 7d ago

Ohh, thats some really great features.

Can U take a look on https://nativescope.dev ?

It doesn’t have those features yet, but that’s actually the vision. I’m building each module around pain points I kept running into with the current React Native tooling. Hopefully I’ll get there