question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Using Emulator UI remotely on a different device

See original GitHub issue

Viewing the firestore UI is always empty. My tests are passing and successfully using firestore. Creating a collection with a document in the UI returns to a empty database UI. Navigating to the collection via the URL returns an empty collection.

IMG_0100 IMG_0101

I’m on version 8.7.0 of firebase cli. Starting the emulators with firestore emulators:start.

Config:

    "firestore": {
        "rules": "firestore.rules"
    },
    "emulators": {
        "hosting": {
            "port": 5000
        },
        "firestore": {
            "port": "8080"
        },
        "ui": {
            "enabled": true,
            "host": "0.0.0.0",
            "port": 4000
        }
    }

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
yuchenshicommented, Aug 17, 2020

Hello! My setup was odd as I was on a mobile device and couldn’t check the output. Back on a laptop. Its failing to resolve the localhost address as I’m accessing the UI remotely. Is there support for proxying the requests?

I’ve raised this in an internal discussion and we’re brainstorming on early ideas on supporting using the Emulator UI from another device. We’ll get back to you once we have a better proposal. For now though, sorry, that’s not (yet) a supported setup.

1reaction
Ignaciojeriacommented, Nov 8, 2022

Does anyone have any clues to be able to use the emulator on gitpod?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Remote debugging with Android emulator - Stack Overflow
Steps 6-8: first start emulator, then start adb (in host machine). Step 9: you might want to restart adb in the client machine,...
Read more >
Install, configure and integrate Local Emulator Suite - Firebase
The Firebase Local Emulator Suite can be installed and configured for different prototype and test environments, anything from one-off prototyping sessions ...
Read more >
Remote iOS Simulator for Windows - .NET MAUI
The remote iOS Simulator for Windows allows you to test your apps on an iOS simulator displayed in Windows alongside Visual Studio 2022....
Read more >
Testing Apps on a Simulator vs. Emulator vs. Real Device
Real devices, on the one hand, come with great value and benefits but also with their own set of costs. Mobile simulators and...
Read more >
How to Run an Android Emulator on Linux? - AirDroid
Anbox or "Android in a box" is exactly what the name suggests. It runs Android in a box on your Linux device. If...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found